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

Add function to reinitialise / resize / recreate tensor #48

Open
axsaucedo opened this issue Sep 6, 2020 · 0 comments
Open

Add function to reinitialise / resize / recreate tensor #48

axsaucedo opened this issue Sep 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@axsaucedo
Copy link
Member

Currently once the tensor is created, the size of the vector is fixed and there is no option to reshape or recreate. If new data is passed which is different size (or if it's required to re-configure a tensor to use a new array size), it is not possible. It should be made possible to resize and re-initialise tensors, whether directly through the OpCreateTensor or through a new operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant