Closed reuvenperetz closed 1 year ago
When None is passed as channel_axis, the op has no attribute of channel_axis, which creates conflict with the onnxruntime function. For this reason, if we quantize per-tensor and channel_axis is None, we set it to 0.
When None is passed as channel_axis, the op has no attribute of channel_axis, which creates conflict with the onnxruntime function. For this reason, if we quantize per-tensor and channel_axis is None, we set it to 0.