Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc822 auto builder_cond1 = HloComputation::Builder("cond1"); in TEST_F() local
823 auto cond1_param = builder_cond1.AddInstruction( in TEST_F()
825 auto cond1_lhs = builder_cond1.AddInstruction( in TEST_F()
827 auto cond1_rhs = builder_cond1.AddInstruction( in TEST_F()
831 builder_cond1.AddInstruction(HloInstruction::CreateBinary( in TEST_F()
834 builder_cond1.AddInstruction(CreateDot(shape, cond1_add_lhs, cond1_rhs)); in TEST_F()
835 builder_cond1.AddInstruction(HloInstruction::CreateCompare( in TEST_F()
837 builder_cond1.AddInstruction(HloInstruction::CreateReshape( in TEST_F()
839 builder_cond1.AddInstruction( in TEST_F()
842 builder_cond1.AddInstruction(HloInstruction::CreateReshape( in TEST_F()
[all …]