Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_tensor.cc66 std::string SomasTensor::GetTypeString() { return tensor_type_name_map[type_]; } in GetTypeString() function in mindspore::somas::SomasTensor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h235 std::string GetTypeString() const { in GetTypeString() function