1.26.1
- Added
Float32
as an option for input and output types after quantization.-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 #706 - Update
replace_slice.json
reference by @emmanuel-ferdman in #708 - Fixed mistake of #710 by @marcoschepis in #711
- Added
Float32
option by @PINTO0309 in #712
New Contributors
- @emmanuel-ferdman made their first contribution in #708
Full Changelog: 1.26.0...1.26.1