Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_device_address.cc241 std::vector<size_t> AscendDeviceAddress::GetDeviceShape(std::vector<size_t> *host_shape) const { in GetDeviceShape() function in mindspore::device::ascend::AscendDeviceAddress
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc638 ShapeVector GetDeviceShape(const AnfNodePtr &node) { in GetDeviceShape() function