Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/utils/
Dtype_cast.cc86 std::string GetTensorDataType(TypeId type) { in GetTensorDataType() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dfunc_graph_utils.cc225 DataType FuncGraphUtils::GetTensorDataType(const AnfWithOutIndex &tensor) { in GetTensorDataType() function in mindspore::FuncGraphUtils