Home
last modified time | relevance | path

Searched defs:CPUDeviceAddress (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_device_address.h30 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
41CPUDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const KernelWi… in CPUDeviceAddress() function
46CPUDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const std::str… in CPUDeviceAddress() function
52CPUDeviceAddress(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/
Drecv_actor.h31 using CPUDeviceAddress = device::cpu::CPUDeviceAddress; variable