Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Dproto_exporter.h66 static std::string GetConstNodeId(size_t idx) { return std::string("cst") + std::to_string(idx); } in GetConstNodeId() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Ddump_proto.cc67 static std::string GetConstNodeId(size_t idx) { return std::string("cst") + std::to_string(idx); } in GetConstNodeId() function in mindspore::ProtoExporter