Searched defs:ret_rt_memcpy (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/ |
| D | ascend_memory_manager.cc | 172 auto ret_rt_memcpy = in SwapIn() local 178 auto ret_rt_memcpy = in SwapIn() local 191 auto ret_rt_memcpy = in SwapOut() local 197 auto ret_rt_memcpy = in SwapOut() local
|
| D | ascend_device_address.cc | 136 auto ret_rt_memcpy = CALL_ASCEND_API(aclrtMemcpy, dst, size, src, size, kind); in SyncHostMemoryToDeviceForTensorFromNumpy() local 193 auto ret_rt_memcpy = CALL_ASCEND_API(aclrtMemcpy, dst, size, src, size, kind); in SyncMemory() local 1110 auto ret_rt_memcpy = in DumpMemToFile() local 1178 …auto ret_rt_memcpy = CALL_ASCEND_API(aclrtMemcpy, out_tensor->data_c(), host_size, GetDevicePtr(),… in LoadMemToHost() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/host/ |
| D | dynamic_shape_kernel.cc | 48 …auto ret_rt_memcpy = CALL_ASCEND_API(aclrtMemcpy, outputs[0]->device_ptr(), outputs[0]->size(), sh… in Execute() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/ |
| D | gpu_device_address.cc | 445 auto ret_rt_memcpy = SyncDeviceToHost(host_shape, host_size, host_type, out_tensor->data_c()); in LoadMemToHost() local
|