Home
last modified time | relevance | path

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

/third_party/mindspore/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/ccsrc/debug/
Ddump_proto.cc381 std::string ProtoExporter::GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { in GetFuncGraphProtoString() function in mindspore::ProtoExporter
539 std::string GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { in GetFuncGraphProtoString() function
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc317 std::string DebuggerProtoExporter::GetFuncGraphProtoString(const FuncGraphPtr &func_graph, in GetFuncGraphProtoString() function in mindspore::DebuggerProtoExporter