Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_device_address.cc240 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/
Dgpu_device_address.cc189 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/
Ddevice_address.h187 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/
Dascend_device_address.cc685 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