Replies: 1 comment
-
It seems adding the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create numpy array without copy data(does not own data), and I try the following code.
But it copy data in fact.
Is there any way to create numpy array by
array_t
even in the situation of sharing data?In my case, the strides could sometimes be very wired, so I have to use buffer_info, instead of setting dimensions and use c strides directly.
Beta Was this translation helpful? Give feedback.
All reactions