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