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