Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_liveness_test.cc448 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()
Dtuple_points_to_analysis_test.cc577 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()