Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddevice_tensor_ascend910b.h57 void SetDeviceAddress(void *device_address) { device_address_ = device_address; } in SetDeviceAddress() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runner.cc103 void SetDeviceAddress(const AnfNodePtr &input_node, const tensor::BaseTensorPtr &input_tensor, in SetDeviceAddress() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc609 void TensorPy::SetDeviceAddress(const Tensor &tensor, uintptr_t addr, const ShapeVector &shape, in SetDeviceAddress() function in mindspore::tensor::TensorPy