Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/anf_ir/
Ddump_proto_stub.cc23 std::string GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { return ""; } in GetFuncGraphProtoString() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Ddump_proto.cc421 std::string ProtoExporter::GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { in GetFuncGraphProtoString() function in mindspore::ProtoExporter
586 std::string GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { in GetFuncGraphProtoString() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc327 std::string DebuggerProtoExporter::GetFuncGraphProtoString(const FuncGraphPtr &func_graph, in GetFuncGraphProtoString() function in mindspore::DebuggerProtoExporter