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

[IR] Figure out how we can share tensors #1554

Open
Tracked by #1324
justinchuby opened this issue May 17, 2024 · 0 comments
Open
Tracked by #1324

[IR] Figure out how we can share tensors #1554

justinchuby opened this issue May 17, 2024 · 0 comments
Assignees
Labels
topic: IR Intermediate representation

Comments

@justinchuby
Copy link
Collaborator

Different values can share the same tensor. We need to find a way to create tensor alias for this purpose, so we do not need to worry about tensor names being different for different initializers.

@justinchuby justinchuby added the topic: IR Intermediate representation label May 17, 2024
@justinchuby justinchuby self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: IR Intermediate representation
Projects
None yet
Development

No branches or pull requests

1 participant