myunuro
Results
2
issues of
myunuro
### Describe the issue Hi, I'd like to try quantize_dynamic() on our models, but I notice that it will insert `DynamicQuantizeLinear` into the graph. And onnx-trt doesn't support it yet....
quantization
ep:TensorRT
## Description I used onnxruntime.quantization.quantize_dynamic to quantize my model, which inserted a bunch of `DynamicQuantizeLinear` into the graph. When I latter use TensorRT [Python API](https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/index.html) to compile it, it says...