Searched defs:ReplaceWith (Results 1 – 5 of 5) sorted by relevance
68 void Node::ReplaceWith(const NodePtr &other_node) { in ReplaceWith() function in mindspore::opt::graphkernel::Node
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
136 Value *ReplaceWith = S->getTrueValue(); in processSelect() local