Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705737963
  • Loading branch information
TFRT team authored and copybara-github committed Dec 13, 2024
1 parent d02348c commit c6ecd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/cpu/lib/kernels/image/resize_bilinear_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
namespace tfrt {
namespace image {

void resize_image(const DenseHostTensor& input, const float height_scale,
const float width_scale, DenseHostTensor& output);
void resize_image(const DenseHostTensor& input, float height_scale,
float width_scale, DenseHostTensor& output);

} // namespace image
} // namespace tfrt
Expand Down

0 comments on commit c6ecd4a

Please sign in to comment.