Searched refs:tuple_constant (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_liveness_test.cc | 448 auto tuple_constant = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 451 inner_tuple0.shape(), tuple_constant, 0)); in TEST_F() 464 GetBuffer(*liveness, tuple_constant, /*index=*/{}))); in TEST_F() 466 GetBuffer(*liveness, tuple_constant, /*index=*/{0}))); in TEST_F() 468 GetBuffer(*liveness, tuple_constant, /*index=*/{0, 0}))); in TEST_F() 470 GetBuffer(*liveness, tuple_constant, /*index=*/{0, 1}))); in TEST_F() 472 GetBuffer(*liveness, tuple_constant, /*index=*/{1}))); in TEST_F() 474 GetBuffer(*liveness, tuple_constant, /*index=*/{1, 0}))); in TEST_F() 476 GetBuffer(*liveness, tuple_constant, /*index=*/{1, 0}))); in TEST_F()
|
D | tuple_points_to_analysis_test.cc | 577 auto tuple_constant = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 580 tuple_constant->shape(), HloOpcode::kCopy, tuple_constant)); in TEST_F() 588 {GetBuffer(tuple_constant, {0})}); in TEST_F() 590 {GetBuffer(tuple_constant, {1})}); in TEST_F()
|