Searched refs:RegisterPhi (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_phi_graph_test.cc | 47 phi_graph.RegisterPhi(B, {&A, &B}); in TEST_F() 60 phi_graph.RegisterPhi(B, {&A, &A}); in TEST_F() 76 phi_graph.RegisterPhi(A, {&B, &C}); in TEST_F() 77 phi_graph.RegisterPhi(B, {&D, &C}); in TEST_F() 78 phi_graph.RegisterPhi(C, {&A, &B}); in TEST_F() 99 phi_graph.RegisterPhi(A, {&B, &C}); in TEST_F() 100 phi_graph.RegisterPhi(B, {&E, &C}); in TEST_F() 101 phi_graph.RegisterPhi(C, {&A, &B}); in TEST_F() 102 phi_graph.RegisterPhi(E, {&D, &D}); in TEST_F()
|
D | hlo_phi_graph.h | 44 void RegisterPhi(const HloValue& value,
|
D | hlo_phi_graph.cc | 102 void PhiGraph::RegisterPhi(const HloValue& value, in RegisterPhi() function in xla::PhiGraph
|
D | hlo_dataflow_analysis.cc | 322 phi_graph_.RegisterPhi(*value_set.values()[0], inputs); in Phi() 334 phi_graph_.RegisterPhi(*current_value, new_inputs); in Phi()
|