Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.cc67 bool GPUDeviceAddress::SyncHostToDevice(size_t size, const void *host_ptr) const { in SyncHostToDevice() function in mindspore::device::gpu::GPUDeviceAddress
98 bool GPUDeviceAddress::SyncHostToDevice(const ShapeVector &, size_t size, TypeId, const void *host_… in SyncHostToDevice() function in mindspore::device::gpu::GPUDeviceAddress
/third_party/mindspore/mindspore/core/ir/
Ddevice_sync.h36 virtual bool SyncHostToDevice(size_t size, const void *host_ptr) const { return true; } in SyncHostToDevice() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_device_address.cc101 bool CPUDeviceAddress::SyncHostToDevice(const ShapeVector &, size_t size, TypeId type, const void *… in SyncHostToDevice() function in mindspore::device::cpu::CPUDeviceAddress
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_device_address.cc188 bool AscendDeviceAddress::SyncHostToDevice(size_t size, const void *host_ptr) const { in SyncHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress
360 bool AscendDeviceAddress::SyncHostToDevice(const ShapeVector &shape, size_t size, mindspore::TypeId… in SyncHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress