Open wejoncy opened 1 month ago
According to https://onnx.ai/onnx/operators/onnx__Resize.html#resize its input scale is force to float32. However, convert_float_to_float16 doesn't handle it.
scale
convert_float_to_float16
According to https://onnx.ai/onnx/operators/onnx__Resize.html#resize its input
scale
is force to float32. However,convert_float_to_float16
doesn't handle it.