Searched refs:builder_cond1 (Results 1 – 1 of 1) sorted by relevance
822 auto builder_cond1 = HloComputation::Builder("cond1"); in TEST_F() local823 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 …]