Home
last modified time | relevance | path

Searched defs:ReplaceNode (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Draise_reduction_precision.cc61 void RaiseReductionPrecision::ReplaceNode(const AnfNodePtr &reduce_node, const AnfNodePtr &cast_nod… in ReplaceNode() function in mindspore::opt::RaiseReductionPrecision
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp547 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode() function in CallGraphSCC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h234 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dcontrol_flow_pass.cc29 void ControlFlowPass::ReplaceNode(const FuncGraphPtr &fg, in ReplaceNode() function in mindspore::opt::ControlFlowPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp206 void ReplaceNode(SDNode *Old, SDNode *New) { in ReplaceNode() function in __anon0ffed81a0111::SelectionDAGLegalize
219 void ReplaceNode(SDValue Old, SDValue New) { in ReplaceNode() function in __anon0ffed81a0111::SelectionDAGLegalize
229 void ReplaceNode(SDNode *Old, const SDValue *New) { in ReplaceNode() function in __anon0ffed81a0111::SelectionDAGLegalize
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc913 void KernelGraph::ReplaceNode(const AnfNodePtr &old_anf_node, const AnfNodePtr &new_anf_node) { in ReplaceNode() function in mindspore::session::KernelGraph
Dascend_auto_monad.cc1072 void ReplaceNode(const AnfNodePtr &old_node, const AnfNodePtr &new_node) { in ReplaceNode() function in mindspore::session::__anonacd665330111::AscendAutoMonadConverter
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc231 static CNodePtr ReplaceNode(const Operator &op, const AnfNodePtr &pre_node, const FuncGraphPtr &fun… in ReplaceNode() function