Home
last modified time | relevance | path

Searched defs:AsyncHostToDevice (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.cc248 bool GPUDeviceAddress::AsyncHostToDevice(size_t size, const void *host_ptr) const { in AsyncHostToDevice() function in mindspore::device::gpu::GPUDeviceAddress
294 bool GPUDeviceAddress::AsyncHostToDevice(const ShapeVector &, size_t size, TypeId, const void *host… in AsyncHostToDevice() function in mindspore::device::gpu::GPUDeviceAddress
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Ddevice_address.h177 …virtual bool AsyncHostToDevice(size_t size, TypeId /* type */, const void *host_ptr) const { retur… in AsyncHostToDevice() function
179 virtual bool AsyncHostToDevice(size_t size, const void *host_ptr) const { return true; } in AsyncHostToDevice() function
183 …virtual bool AsyncHostToDevice(const ShapeVector &, size_t, TypeId, const void *, size_t) const { … in AsyncHostToDevice() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc774 bool AscendDeviceAddress::AsyncHostToDevice(size_t size, TypeId /* type */, const void *host_ptr) c… in AsyncHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress
797 bool AscendDeviceAddress::AsyncHostToDevice(const ShapeVector & /* shape */, size_t size, TypeId /*… in AsyncHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress
1022 bool AscendDeviceAddress::AsyncHostToDevice(size_t size, const void *host_ptr) const { in AsyncHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress