Is there a way to change a Tensor's data pointer at runtime? #11249
Unanswered
WilliamVenner
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to avoid a
memcpy
, is it possible to change a Tensor's data pointer at runtime, or does one have to create a new Tensor every time for that; will that have performance implications?Beta Was this translation helpful? Give feedback.
All reactions