Cannot support quantization operators import tests
For quantization operators (qlinearconv, quantizeLinear, dequantizeLinear), the onnx import tests cannot be supported because of the following reason:
All those operators use a Cast operation, and for that operation we use the secondary inputs to retrieve the dtype we want to cast to, however, for the model used in the import tests (qlinearconv for exp), the secondary inputs are dynamics so they are None at import time.
Edited by Houssem ROUIS