Skip to content
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

Clean up ONNX library node implementation #94

Open
tbennun opened this issue May 2, 2022 · 0 comments
Open

Clean up ONNX library node implementation #94

tbennun opened this issue May 2, 2022 · 0 comments

Comments

@tbennun
Copy link
Contributor

tbennun commented May 2, 2022

At the moment, creating ONNX library node implementations entails a double nested loop over all expansions, which is hard to read and debug. If we could avoid dynamic class creation and the double for loop, or at least clean it up, it would be more approachable.

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