Searched refs:func_graph_cnodes_index (Results 1 – 10 of 10) sorted by relevance
62 const auto &fg_caller_and_indexes = fg->func_graph_cnodes_index(); in GetCallers()
69 if (fg->func_graph_cnodes_index().size() != 1) { in operator()160 if (fg->func_graph_cnodes_index().size() != 1) { in CheckFuncGraphAndArgs()
366 const auto &users = fg->func_graph_cnodes_index(); in IsUniqueUse()
198 auto &cnodes = func_graph->func_graph_cnodes_index(); in CloneFuncGraphValueNodes()491 for (auto &cnode : func_graph_user->func_graph_cnodes_index()) { in LiftParameters()503 for (auto &cnode : func_graph->func_graph_cnodes_index()) { in Lift()
387 const CNodeIndexCounterMap &FuncGraph::func_graph_cnodes_index() const { return func_graph_cnodes_i… in func_graph_cnodes_index() function in mindspore::FuncGraph390 auto &others = source->func_graph_cnodes_index(); in CopyFuncGraphCNodesIndex()
317 const CNodeIndexCounterMap &func_graph_cnodes_index() const;
445 auto &users_cnode_index = func_graph->func_graph_cnodes_index(); in MaybeDropFuncGraphs()
409 ASSERT_EQ(0, f->func_graph_cnodes_index().size()); in TEST_F()410 ASSERT_EQ(1, g->func_graph_cnodes_index().size()); in TEST_F()
838 for (auto &entry : primal_graph->func_graph_cnodes_index()) { in FindPrimalJPair()
790 auto &users = func_graph->func_graph_cnodes_index(); in ForEachRealArguments()