Searched defs:LoadableDeviceAddress (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/ |
| D | loadable_device_address.h | 48 …explicit LoadableDeviceAddress(const KernelTensorPtr &kernel_tensor) : DeviceAddress(kernel_tensor… in LoadableDeviceAddress() function 49 LoadableDeviceAddress(void *ptr, size_t size) : DeviceAddress(ptr, size) {} in LoadableDeviceAddress() function 50 LoadableDeviceAddress(void *ptr, size_t size, const string &format, TypeId type_id) in LoadableDeviceAddress() function 52 LoadableDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, in LoadableDeviceAddress() function 55 LoadableDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, in LoadableDeviceAddress() function 58 …LoadableDeviceAddress(void *ptr, size_t size, const ShapeVector &shape_vector, const Format &forma… in LoadableDeviceAddress() function 61 LoadableDeviceAddress(void *ptr, size_t size, const std::string &device_name, uint32_t device_id) in LoadableDeviceAddress() function 63 LoadableDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, in LoadableDeviceAddress() function
|