Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc793 auto builder_cond0 = HloComputation::Builder("cond0"); in TEST_F() local
794 auto cond0_param = builder_cond0.AddInstruction( in TEST_F()
796 auto cond0_lhs = builder_cond0.AddInstruction( in TEST_F()
798 auto cond0_rhs = builder_cond0.AddInstruction( in TEST_F()
802 builder_cond0.AddInstruction(HloInstruction::CreateBinary( in TEST_F()
805 builder_cond0.AddInstruction(CreateDot(shape, cond0_lhs, cond0_add_rhs)); in TEST_F()
806 builder_cond0.AddInstruction(HloInstruction::CreateCompare( in TEST_F()
808 builder_cond0.AddInstruction(HloInstruction::CreateReshape( in TEST_F()
810 builder_cond0.AddInstruction( in TEST_F()
813 builder_cond0.AddInstruction(HloInstruction::CreateReshape( in TEST_F()
[all …]