Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dfunc_graph_utils.cc270 std::string FuncGraphUtils::GetTensorName(const AnfWithOutIndex &tensor) { in GetTensorName() function in mindspore::FuncGraphUtils
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tflite/
Dtflite_model_parser.cc274 std::string GetTensorName(size_t index, const tflite::BuiltinOperator &op_type, const std::string &… in GetTensorName() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/
Dgraph_kernel_json_generator.cc643 std::string GraphKernelJsonGenerator::GetTensorName(const nlohmann::json &node_json, const std::str… in GetTensorName() function in mindspore::graphkernel::GraphKernelJsonGenerator