Home
last modified time | relevance | path

Searched defs:SyncDeviceToHost (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.cc37 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/
Ddevice_sync.h35 virtual bool SyncDeviceToHost(size_t size, void *host_ptr) const { return true; } in SyncDeviceToHost() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_device_address.cc55 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/
Dascend_device_address.cc181 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