Home
last modified time | relevance | path

Searched refs:ReplaceNodeWith (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph.cc68 void PhiGraph::ReplaceNodeWith(PhiGraph::Node* node, PhiGraph::Node* replace) { in ReplaceNodeWith() function in xla::PhiGraph
79 return ReplaceNodeWith(node, iter->second); in ReplaceNodeWith()
191 ReplaceNodeWith(node_ptr, node_ptr->operands[0]); in Optimize()
249 ReplaceNodeWith(node, non_phi); in Optimize()
Dhlo_phi_graph.h87 void ReplaceNodeWith(Node* node, Node* replace);