Searched refs:body_element_0 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_alias_analysis_test.cc | 342 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 347 scalar_shape_, HloOpcode::kAdd, body_element_0, body_element_1)); in TEST_F() 349 HloInstruction::CreateTuple({body_element_0, add})); in TEST_F() 530 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 535 scalar_shape_, HloOpcode::kAdd, body_element_0, body_element_1)); in TEST_F() 537 HloInstruction::CreateTuple({body_element_0, add})); in TEST_F() 575 HloPosition{body_element_0, {}}, HloPosition{body_tuple, {0}}, in TEST_F() 625 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 630 scalar_shape_, HloOpcode::kAdd, body_element_0, body_element_1)); in TEST_F() 632 HloInstruction::CreateTuple({body_element_0, add})); in TEST_F() [all …]
|
D | copy_insertion_test.cc | 1306 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 1311 HloInstruction::CreateTuple({body_element_1, body_element_0})); in TEST_F() 1588 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 1595 HloInstruction::CreateTuple({negate, body_element_0})); in TEST_F() 1650 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 1655 HloInstruction::CreateTuple({body_element_1, body_element_0})); in TEST_F() 1727 auto body_element_0 = body_builder.AddInstruction( in TEST_F() local 1740 {body_element_0, body_element_1, negate, reverse})); in TEST_F()
|
D | hlo_dataflow_analysis_test.cc | 489 auto body_element_0 = body_builder.AddInstruction( in TEST_P() local 494 scalar_shape_, HloOpcode::kAdd, body_element_0, body_element_1)); in TEST_P() 496 HloInstruction::CreateTuple({body_element_0, add})); in TEST_P() 592 auto body_element_0 = body_builder.AddInstruction( in TEST_P() local 597 scalar_shape_, HloOpcode::kAdd, body_element_0, body_element_1)); in TEST_P() 599 HloInstruction::CreateTuple({body_element_0, add})); in TEST_P() 782 auto body_element_0 = body_builder.AddInstruction( in TEST_P() local 787 HloInstruction::CreateTuple({body_element_1, body_element_0})); in TEST_P() 1029 auto body_element_0 = body_builder.AddInstruction( in TEST_P() local 1034 scalar_shape_, HloOpcode::kAdd, body_element_0, body_element_1)); in TEST_P() [all …]
|