Searched defs:ReplaceNode (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | raise_reduction_precision.cc | 61 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/ |
D | SCCIterator.h | 135 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 547 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/ |
D | SelectionDAGISel.h | 234 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | control_flow_pass.cc | 29 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/ |
D | LegalizeDAG.cpp | 206 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/ |
D | kernel_graph.cc | 913 void KernelGraph::ReplaceNode(const AnfNodePtr &old_anf_node, const AnfNodePtr &new_anf_node) { in ReplaceNode() function in mindspore::session::KernelGraph
|
D | ascend_auto_monad.cc | 1072 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/ |
D | step_parallel.cc | 231 static CNodePtr ReplaceNode(const Operator &op, const AnfNodePtr &pre_node, const FuncGraphPtr &fun… in ReplaceNode() function
|