Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Deliminate_redundant_op.cc82 …cessMatchedNodes(const FuncGraphPtr &func_graph, const CNodePtr &cnode, const CNodePtr &prev_cnode, in ProcessMatchedNodes()
150 auto prev_cnode = GetRealPrevCNode(cnode->input(1), 0, &pass_vector); in DoEliminate() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc416 auto prev_cnode = GetInternalOperatorInfo(cnode, prim_anf_node); in ConstructCostGraphNodesByUniqueId() local
529 auto prev_cnode = GetInternalOperatorInfo(cnode, prim_anf_node); in ConstructCostGraphNodesByUniqueIdTC() local
595 … const CNodePtr &cnode, const CNodePtr &prev_cnode, const PrimitivePtr &prim, in CreateEdgeBetweenTwoOps()
669 auto prev_cnode = inputs[i]->cast<CNodePtr>(); in ConstructCostGraphEdges() local
1011 auto prev_cnode = cnode->input(1)->cast<CNodePtr>(); in GetInternalOperatorInfo() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc134 auto prev_cnode = AnfAlgo::VisitKernel(input, 0); in GetCNodeOutputRealNode() local