-
Notifications
You must be signed in to change notification settings - Fork 434
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
Missing op InvertPermutation #595
Comments
@fuzzyBatman It seems too complex to compose this op into onnx subgraph. We may need onnx's support to convert this op. |
Oh. Do you have an idea about the process? |
I believe it should be added to onnx. @guschmue for comments. |
If we need a new op to onnx the process is sometime like this: |
@lucienwang1009 @guschmue I do not understand how ONNX works. I read the adding a new operator section but I am little confused. Say I want to add the invert_permutation op to ONNX. I should submit a PR to ONNX which contains the Op schema, definition in docs and some test cases, as done in the EyeLike op example PR, and that is it? The implementation is done elsewhere? |
ONNX defines opetation schema. |
@zhijxu-MS Thanks! |
Fixes #595, support operator InvertPermutation
Hi. I would like to add the InvertPermutation op to this project.
How do I get started?
The text was updated successfully, but these errors were encountered: