Are there some contrib ops that are not yet implemented? #9270
-
Hi all, I'm new to onnxruntime and am just a user of onnxruntime, so not sure if I'm missing something obvious here. I was trying to use the contrib op
Grepping through the source shows only a couple of files where the word
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ReduceSumInteger and MulInteger were designed but not implemented. Initially we experiment those ops and want to integrate them to ONNX as standard ops. We now tends to use the Quantize/Dequantize (fakequant in other framework) format to represent quantized model. We will remove those ops schema. |
Beta Was this translation helpful? Give feedback.
ReduceSumInteger and MulInteger were designed but not implemented. Initially we experiment those ops and want to integrate them to ONNX as standard ops. We now tends to use the Quantize/Dequantize (fakequant in other framework) format to represent quantized model. We will remove those ops schema.