cupynumeric.ndarray.data#
- property ndarray.data: memoryview#
Python buffer object pointing to the start of the array’s data.
Notes
This causes the entire (potentially distributed) array to be collected into one memory.
Python buffer object pointing to the start of the array’s data.
Notes
This causes the entire (potentially distributed) array to be collected into one memory.