Searched defs:GetFuncGraphProtoString (Results 1 – 3 of 3) sorted by relevance
23 std::string GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { return ""; } in GetFuncGraphProtoString() function
381 std::string ProtoExporter::GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { in GetFuncGraphProtoString() function in mindspore::ProtoExporter539 std::string GetFuncGraphProtoString(const FuncGraphPtr &func_graph) { in GetFuncGraphProtoString() function
317 std::string DebuggerProtoExporter::GetFuncGraphProtoString(const FuncGraphPtr &func_graph, in GetFuncGraphProtoString() function in mindspore::DebuggerProtoExporter