DequantizeLinear
- Fixed the broadcast processing when
x_scale
is 1D 1Elem. - best.onnx.zip
onnx2tf -i best.onnx -ois images:1,3,512,640
- Fixed the broadcast processing when
- DequantizeLinear.py can't compile layer when x_scale_rank == 1 #733
What's Changed
- Fixed the broadcast processing when
x_scale
is 1D 1Elem by @PINTO0309 in #735
Full Changelog: 1.26.6...1.26.7