Home
last modified time | relevance | path

Searched defs:GetAnfGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc185 AnfGraphPtr DfGraphManager::GetAnfGraph(uint32_t graph_id) { in GetAnfGraph() function in mindspore::transform::DfGraphManager
Dutils.cc371 FuncGraphPtr GetAnfGraph(uint32_t graph_id) { return DfGraphManager::GetInstance().GetAnfGraph(grap… in GetAnfGraph() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/transform/
Dutil.cc69 AnfGraphPtr GetAnfGraph(uint32_t graph_id) { return nullptr; } in GetAnfGraph() function