Searched defs:CPUDeviceAddress (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/ |
| D | cpu_device_address.h | 30 explicit CPUDeviceAddress(const KernelTensorPtr &kernel_tensor) : DeviceAddress(kernel_tensor) { in CPUDeviceAddress() function 34 CPUDeviceAddress(void *ptr, size_t size) : DeviceAddress(ptr, size) { SetDevicePtrDeleter(); } in CPUDeviceAddress() function 36 CPUDeviceAddress(void *ptr, size_t size, const string &format, TypeId type_id) in CPUDeviceAddress() function 41 …CPUDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const KernelWi… in CPUDeviceAddress() function 46 …CPUDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const std::str… in CPUDeviceAddress() function 52 …CPUDeviceAddress(void *ptr, size_t size, const ShapeVector &shape_vector, const Format &format, Ty… in CPUDeviceAddress() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/rpc/ |
| D | recv_actor.h | 31 using CPUDeviceAddress = device::cpu::CPUDeviceAddress; variable
|