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
#3409 / 51902ec introduced the ability for the ONNX Python importer to expand ONNX operators that are defined as functions to MLIR functions. This is only done for allowlisted operators, and at the time of writing, there's only one: MeanVarianceNormalization.
This issue is for tracking/triaging potential additions to the allowlist:
Operators without existing TorchOnnxToTorch conversions that could make use of function expansion.
Operators with existing TorchOnnxToTorch conversions that could be removed in favour of function expansion.
The text was updated successfully, but these errors were encountered:
#3409 / 51902ec introduced the ability for the ONNX Python importer to expand ONNX operators that are defined as functions to MLIR functions. This is only done for allowlisted operators, and at the time of writing, there's only one:
MeanVarianceNormalization
.This issue is for tracking/triaging potential additions to the allowlist:
The text was updated successfully, but these errors were encountered: