Skip to content

[ONNX] Expand more ONNX operators as functions when importing #3464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
andfau-amd opened this issue Jun 14, 2024 · 1 comment
Open

[ONNX] Expand more ONNX operators as functions when importing #3464

andfau-amd opened this issue Jun 14, 2024 · 1 comment

Comments

@andfau-amd
Copy link
Contributor

#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.
@andfau-amd
Copy link
Contributor Author

#3527 is relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant