You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quantization parameters are carried out of line in the ONNX protobuf
and will be repatriated upon import to torch. The exact mechanism is
not yet implemented.
This is outdated. The following simple conv2d in onnx:
contains the quantization parameters in line. There are already test cases in the torch-mlir repo (e.g. here) that can translate this successfully to torch.
The text was updated successfully, but these errors were encountered:
The documentation here states the following:
This is outdated. The following simple conv2d in onnx:
contains the quantization parameters in line. There are already test cases in the torch-mlir repo (e.g. here) that can translate this successfully to torch.
The text was updated successfully, but these errors were encountered: