Searched defs:SyncDeviceToDevice (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/ |
| D | cpu_device_address.cc | 240 bool CPUDeviceAddress::SyncDeviceToDevice(const DeviceSync *src_device_addr) const { in SyncDeviceToDevice() function in mindspore::device::cpu::CPUDeviceAddress 248 bool CPUDeviceAddress::SyncDeviceToDevice(const ShapeVector &, size_t size, TypeId type, const void… in SyncDeviceToDevice() function in mindspore::device::cpu::CPUDeviceAddress
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/ |
| D | gpu_device_address.cc | 189 bool GPUDeviceAddress::SyncDeviceToDevice(const DeviceSync *src_device_addr) const { in SyncDeviceToDevice() function in mindspore::device::gpu::GPUDeviceAddress 204 bool GPUDeviceAddress::SyncDeviceToDevice(const ShapeVector &, size_t size, TypeId type, const void… in SyncDeviceToDevice() function in mindspore::device::gpu::GPUDeviceAddress
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/ |
| D | device_address.h | 187 virtual bool SyncDeviceToDevice(const DeviceSync *) const { return true; } in SyncDeviceToDevice() function 188 …virtual bool SyncDeviceToDevice(const ShapeVector &, size_t, TypeId, const void *, const std::stri… in SyncDeviceToDevice() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/ |
| D | ascend_device_address.cc | 685 bool AscendDeviceAddress::SyncDeviceToDevice(const DeviceSync *src_device_addr) const { in SyncDeviceToDevice() function in mindspore::device::ascend::AscendDeviceAddress 716 bool AscendDeviceAddress::SyncDeviceToDevice(const ShapeVector &shape, size_t size, TypeId type, co… in SyncDeviceToDevice() function in mindspore::device::ascend::AscendDeviceAddress
|