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/ |
| D | kernel_packet_ascend_kernel_mod.cc | 23 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/ |
| D | gpu_device_address.cc | 403 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/ |
| D | loadable_device_address.h | 134 …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/ |
| D | ascend_device_address.cc | 305 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/ |
| D | device_address.h | 196 …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/ |
| D | op_runner.cc | 978 void DynamicOpRunner::CopyHostToDevice(const OpCompilerInfoPtr &op_compiler_info, in CopyHostToDevice() function in mindspore::runtime::DynamicOpRunner
|