Searched defs:SyncDeviceToHost (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_device_address.cc | 37 bool GPUDeviceAddress::SyncDeviceToHost(size_t size, void *host_ptr) const { in SyncDeviceToHost() function in mindspore::device::gpu::GPUDeviceAddress 94 bool GPUDeviceAddress::SyncDeviceToHost(const ShapeVector &, size_t size, TypeId, void *host_ptr) c… in SyncDeviceToHost() function in mindspore::device::gpu::GPUDeviceAddress
|
/third_party/mindspore/mindspore/core/ir/ |
D | device_sync.h | 35 virtual bool SyncDeviceToHost(size_t size, void *host_ptr) const { return true; } in SyncDeviceToHost() function
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | cpu_device_address.cc | 55 bool CPUDeviceAddress::SyncDeviceToHost(const ShapeVector &, size_t size, TypeId type, void *host_p… in SyncDeviceToHost() function in mindspore::device::cpu::CPUDeviceAddress
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_device_address.cc | 181 bool AscendDeviceAddress::SyncDeviceToHost(size_t size, void *const host_ptr) const { in SyncDeviceToHost() function in mindspore::device::ascend::AscendDeviceAddress 194 bool AscendDeviceAddress::SyncDeviceToHost(const ShapeVector &shape, size_t size, mindspore::TypeId… in SyncDeviceToHost() function in mindspore::device::ascend::AscendDeviceAddress
|