Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_conversion_folding_test.cc99 HloInstruction* convert1 = builder.AddInstruction( in TEST_F() local
103 HloInstruction::CreateBinary(f32_shape, HloOpcode::kAdd, convert1, c)); in TEST_F()
133 HloInstruction* convert1 = builder.AddInstruction( in TEST_F() local
137 f32_shape, HloOpcode::kMultiply, convert1, c)); in TEST_F()
149 EXPECT_EQ(mul1->operand(0), convert1); in TEST_F()
168 HloInstruction* convert1 = builder.AddInstruction( in TEST_F() local
172 f32_shape, HloOpcode::kSubtract, convert1, c)); in TEST_F()
184 EXPECT_EQ(sub1->operand(0), convert1); in TEST_F()
203 HloInstruction* convert1 = in TEST_F() local
211 EXPECT_EQ(computation->root_instruction(), convert1); in TEST_F()
Dbfloat16_propagation_test.cc918 HloInstruction* convert1 = in TEST_F() local
921 bf16_shape, HloOpcode::kAdd, convert0, convert1)); in TEST_F()
Dhlo_dataflow_analysis_test.cc2349 auto convert1 = builder.AddInstruction( in TEST_F() local
2359 data_shape_bf16, convert1, update, in TEST_F()
2368 {convert2, dynamic_update_slice, starts, update, convert1}, in TEST_F()