Home
last modified time | relevance | path

Searched refs:ConvertAllNode (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.cc146 (*converter).ConvertAllNode().InitParam(dict).BuildGraph(); in TEST_F()
184 (*converter).ConvertAllNode().InitParam(dict).BuildGraph(); in TEST_F()
222 (*converter).ConvertAllNode().InitParam(dict).BuildGraph(); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc82 (void)converter.ConvertAllNode().InitParam(GetParams(anf_graph)).BuildGraph(); in ConvertFuncGraphToAIR()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.h111 DfGraphConvertor &ConvertAllNode();
Dconvert.cc556 DfGraphConvertor &DfGraphConvertor::ConvertAllNode() { in ConvertAllNode() function in mindspore::transform::DfGraphConvertor
1380 (void)converter.ConvertAllNode().BuildGraph(); in ProcessSubgraph()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc192 (void)converter.ConvertAllNode().InitParam(init_tensors).BuildGraph(); in AddDFGraph()