Home
last modified time | relevance | path

Searched refs:GetAllGraphs (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/cpp/transform/
Dgraph_manager_test.cc43 ASSERT_EQ(0, graph_manager.GetAllGraphs().size()); in TEST_F()
49 ASSERT_EQ(1, graph_manager.GetAllGraphs().size()); in TEST_F()
50 std::vector<DfGraphWrapperPtr> wrappers = graph_manager.GetAllGraphs(); in TEST_F()
60 ASSERT_EQ(0, graph_manager.GetAllGraphs().size()); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.h56 std::vector<DfGraphWrapperPtr> GetAllGraphs();
Ddf_graph_manager.cc88 std::vector<DfGraphWrapperPtr> DfGraphManager::GetAllGraphs() { in GetAllGraphs() function in mindspore::transform::DfGraphManager
Dgraph_runner.cc89 std::vector<DfGraphWrapperPtr> wrappers = graph_manager_.GetAllGraphs(); in GraphRunner()