Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude
Conv
op from quantization in ort-quantize.py
By default `quantize_dynamic` will replace `Conv` with `ConvInteger`. RTen doesn't support this operator yet and ONNX Runtime doesn't support the operator with the particular combination of data types that `quantize_dynamic` generates (u8 input, i8 weights). Hence omit this from the quantized op types for now.
- Loading branch information