tensorflow-onnx
tensorflow-onnx copied to clipboard
How i can replace DynamicQuantizeLinear and DequantizeLinear
Ask a Question
Question
I have model here is graph
. I can't use quantize graph in my environment (Unity Baracuda 3.0). How can i replace it?
Further information
I tried to set opset 10 and it deletes all quantaze nodes. Opset 13 doesn't work on Unity Baracuda.
I think the graph you gave is an ONNX graph. Do you mean you want to remove both DynamicQuantizeLinear and DequantizeLinear nodes from it? Or replace them with QuantizeLinear and DequantizeLinear pair?