Home
last modified time | relevance | path

Searched defs:CopyHostToDevice (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/graph_kernel/
Dkernel_packet_ascend_kernel_mod.cc23 bool KernelPacketAscendKernelMod::CopyHostToDevice(void *dst, const void *src, size_t size, void *s… in CopyHostToDevice() function in mindspore::kernel::KernelPacketAscendKernelMod
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.cc403 bool GPUDeviceAddress::CopyHostToDevice(void *dst, const void *src, size_t size, bool async, size_t… in CopyHostToDevice() function in mindspore::device::gpu::GPUDeviceAddress
407 bool GPUDeviceAddress::CopyHostToDevice(void *dst, const void *src, const size_t &size) const { in CopyHostToDevice() function in mindspore::device::gpu::GPUDeviceAddress
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dloadable_device_address.h134 …virtual bool CopyHostToDevice(void *dst, const void *src, size_t size, bool async, size_t stream_i… in CopyHostToDevice() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc305 bool AscendDeviceAddress::CopyHostToDevice(void *dst, const void *src, size_t size, bool async, in CopyHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress
922 void AscendDeviceAddress::CopyHostToDevice(const void *src, uint64_t size, in CopyHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress
993 bool AscendDeviceAddress::CopyHostToDevice(void *dst, const void *src, const size_t &size) const { in CopyHostToDevice() function in mindspore::device::ascend::AscendDeviceAddress
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Ddevice_address.h196 …virtual bool CopyHostToDevice(void *dst, const void *src, const size_t &size) const { return true;… in CopyHostToDevice() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runner.cc978 void DynamicOpRunner::CopyHostToDevice(const OpCompilerInfoPtr &op_compiler_info, in CopyHostToDevice() function in mindspore::runtime::DynamicOpRunner