Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph.cc50 PhiGraph::Node* PhiGraph::CreateOrReuseNode(const HloValue& value) { in CreateOrReuseNode() function in xla::PhiGraph
104 Node* node = CreateOrReuseNode(value); in RegisterPhi()
110 Node* input_node = CreateOrReuseNode(*input); in RegisterPhi()
Dhlo_phi_graph.h79 Node* CreateOrReuseNode(const HloValue& value);