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

Suggestion: add input_type argument to nir.from_list #66

Open
matjobst opened this issue Oct 16, 2023 · 0 comments
Open

Suggestion: add input_type argument to nir.from_list #66

matjobst opened this issue Oct 16, 2023 · 0 comments
Labels
after-paper Issues for after the initial paper submission

Comments

@matjobst
Copy link
Collaborator

As we have some nodes that can not define their own input_type (Conv, Flatten, SumPool), the nir.from_list should have the option of giving an input_type (or input_shape) to allow the creation of fully defined graphs.
The from_list would then create the ir.Input with this given shape and could infer the full shapes if wanted.

@matjobst matjobst added the after-paper Issues for after the initial paper submission label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
after-paper Issues for after the initial paper submission
Projects
None yet
Development

No branches or pull requests

1 participant