Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Jul 18, 2024
1 parent 38f3fbb commit f002f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ bool ResizeOpBuilder::IsOpSupportedImpl(const Node& node, const OpBuilderInputPa
} else if (scale_h <= 1.f && scale_w <= 1.f) {
// downsample
if (input_params.create_mlprogram) {
// use double when applying the scale in case we get a value > 16,777,216, which is 1 << 24
// use double when applying the scale in case we get a value > 16,777,216, which is 1 << 24
// and the max integer value a 32-bit float can represent accurately with its mantissa
auto h_in = input_shape[input_rank - 2];
auto w_in = input_shape[input_rank - 1];
Expand Down

0 comments on commit f002f3d

Please sign in to comment.