dpctl.memory.MemoryUSMHost.copy_to_host¶
- MemoryUSMHost.copy_to_host(obj=None)¶
Copy content of instance’s memory into memory of
obj
, or allocate NumPy array ofobj
isNone
.
Copy content of instance’s memory into memory of obj
, or allocate
NumPy array of obj
is None
.