Home
last modified time | relevance | path

Searched defs:all_graphs (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc64 auto all_graphs = fg->func_graphs_used_total(); in CheckSwitchWithSideEffect() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc1627 const auto &all_graphs = context_.visited_graphs(); in GetAllNodes() local
1679 auto &all_graphs = context_.visited_graphs(); in EraseParameter() local
1765 const auto &all_graphs = context_.visited_graphs(); in CountParameterAssigns() local
Dascend_session.cc538 std::vector<KernelGraphPtr> all_graphs; in CompileGraphImpl() local
1570 void AscendSession::DumpAllGraphs(const std::vector<KernelGraphPtr> &all_graphs) { in DumpAllGraphs()
1757 const std::vector<KernelGraphPtr> &all_graphs) { in RootGraphExecutorValidate()
Dgpu_session.cc386 std::vector<KernelGraphPtr> all_graphs; in CompileGraphImpl() local
Dsession_basic.cc2333 void SessionBasic::UpdateAllGraphDynamicShapeAttr(const std::vector<KernelGraphPtr> &all_graphs) { in UpdateAllGraphDynamicShapeAttr()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc272 auto all_graphs = manager->func_graphs(); in GetLoadedGraph() local