- Added `Float32` as an option for input and output types after quantization.
bash
-iqd {int8,uint8,float32}, --input_quant_dtype {int8,uint8,float32}
Input dtypes when doing Full INT8 Quantization.
"int8"(default) or "uint8" or "float32"
-oqd {int8,uint8,float32}, --output_quant_dtype {int8,uint8,float32}
Output dtypes when doing Full INT8 Quantization.
"int8"(default) or "uint8" or "float32"
What's Changed
* Comment fix. `input_quant_dtype`, `output_quant_dtype` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/706
* Update `replace_slice.json` reference by emmanuel-ferdman in https://github.com/PINTO0309/onnx2tf/pull/708
* Fixed mistake of 710 by marcoschepis in https://github.com/PINTO0309/onnx2tf/pull/711
* Added `Float32` option by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/712
New Contributors
* emmanuel-ferdman made their first contribution in https://github.com/PINTO0309/onnx2tf/pull/708
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.26.0...1.26.1