Home
last modified time | relevance | path

Searched refs:AnfGraphPtr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.h61 void SetAnfGraph(const std::string &name, const AnfGraphPtr &anf_graph_ptr);
62 AnfGraphPtr GetAnfGraph(uint32_t graph_id);
79 std::map<uint32_t, AnfGraphPtr> anf_graphs_;
Ddf_graph_manager.cc128 void DfGraphManager::SetAnfGraph(const std::string &name, const AnfGraphPtr &anf_graph_ptr) { in SetAnfGraph()
138 AnfGraphPtr DfGraphManager::GetAnfGraph(uint32_t graph_id) { in GetAnfGraph()
Dtypes.h50 using AnfGraphPtr = FuncGraphPtr; variable
Dconvert.h55 explicit DfGraphConvertor(const AnfGraphPtr &anf_graph) : anf_graph_(anf_graph) { in DfGraphConvertor()
/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc58 AnfGraphPtr createAnfGraph() { return std::make_shared<AnfGraph>(); } in createAnfGraph()
61 AnfGraphPtr func_graph = std::make_shared<AnfGraph>(); in TEST_F()