Home
last modified time | relevance | path

Searched refs:DrawComputeGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.h78 void DrawComputeGraph(const std::string &name) { in DrawComputeGraph() function
Dconvert.cc1384 converter.DrawComputeGraph(name); in ProcessSubgraph()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc218 …converter.DrawComputeGraph(GetSaveGraphsPathName("ge_graph.dot")); // for deb… in AddDFGraph()