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

Default value support in functions #229

Closed
justinchuby opened this issue Dec 5, 2022 · 2 comments
Closed

Default value support in functions #229

justinchuby opened this issue Dec 5, 2022 · 2 comments
Labels
topic: torch_lib Related to the torch/aten function lib in development

Comments

@justinchuby
Copy link
Contributor

justinchuby commented Dec 5, 2022

We would benefit from a way to specify default values for inputs.

E.g. currently, INT64 does not accept a default value

image

@justinchuby justinchuby added the topic: torch_lib Related to the torch/aten function lib in development label Dec 5, 2022
@justinchuby
Copy link
Contributor Author

Can be done by the graph builder.

@justinchuby
Copy link
Contributor Author

Duplicate of #1006

@justinchuby justinchuby marked this as a duplicate of #1006 Aug 29, 2023
@justinchuby justinchuby closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: torch_lib Related to the torch/aten function lib in development
Projects
None yet
Development

No branches or pull requests

1 participant