Searched defs:prev_cnode (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/ |
| D | eliminate_redundant_op.cc | 82 …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/ |
| D | step_auto_parallel.cc | 416 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/ |
| D | profiling_utils.cc | 134 auto prev_cnode = AnfAlgo::VisitKernel(input, 0); in GetCNodeOutputRealNode() local
|