Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.h35 …explicit GPUDeviceAddress(const KernelTensorPtr &kernel_tensor) : LoadableDeviceAddress(kernel_ten… in GPUDeviceAddress() function
38GPUDeviceAddress(void *ptr, size_t size) : LoadableDeviceAddress(ptr, size) { SetDevicePtrDeleter(… in GPUDeviceAddress() function
39 GPUDeviceAddress(void *ptr, size_t size, const string &format, TypeId type_id) in GPUDeviceAddress() function
43GPUDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const KernelWi… in GPUDeviceAddress() function
47GPUDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const std::str… in GPUDeviceAddress() function
52GPUDeviceAddress(void *ptr, size_t size, const ShapeVector &shape_vector, const Format &format, Ty… in GPUDeviceAddress() function