onnxconverter-common
onnxconverter-common copied to clipboard
Resize in FP16
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.