Home
last modified time | relevance | path

Searched refs:GetComputeGraph (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc63 converter.ConvertAllNode().GetComputeGraph(); in TEST_F()
76 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in MakeDfGraph()
99 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
110 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
132 converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
168 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
196 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
224 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
247 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
269 auto df_graph = converter.ConvertAllNode().BuildGraph().GetComputeGraph(); in TEST_F()
[all …]
Dgraph_runner_test.cc147 auto df_graph = (*converter).GetComputeGraph(); in TEST_F()
185 graph_manager.AddGraph("test_graph", (*converter).GetComputeGraph()); in TEST_F()
223 graph_manager.AddGraph("fp_bp_subgraph", (*converter).GetComputeGraph()); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc89 …nsform::DfGraphManager::GetInstance().AddGraph(anf_graph->ToString(), converter.GetComputeGraph()); in ConvertFuncGraphToAIR()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc226 …(void)DfGraphManager::GetInstance().AddGraph(phase, converter.GetComputeGraph(), {{"ge.exec.variab… in AddDFGraph()
228 (void)DfGraphManager::GetInstance().AddGraph(phase, converter.GetComputeGraph()); in AddDFGraph()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.h124 DfGraphPtr GetComputeGraph();
Dconvert.cc992 DfGraphPtr DfGraphConvertor::GetComputeGraph() { return df_graph_; } in GetComputeGraph() function in mindspore::transform::DfGraphConvertor