Searched refs:tuple_root (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_liveness_test.cc | 514 auto tuple_root = in TEST_F() local 538 TupleElementsMayInterfere(*liveness, tuple_param0, tuple_root, {0})); in TEST_F() 540 TupleElementsMayInterfere(*liveness, tuple_param0, tuple_root, {1})); in TEST_F() 576 auto tuple_root = in TEST_F() local 602 TupleElementsMayInterfere(*liveness, tuple_param0, tuple_root, {0})); in TEST_F() 608 TupleElementsMayInterfere(*liveness, tuple_param0, tuple_root, {1})); in TEST_F() 683 auto tuple_root = module->entry_computation()->root_instruction(); in Run() local 684 return TupleElementsMayInterfere(*liveness, tuple_param0, tuple_root, {1}); in Run() 695 auto tuple_root = module->entry_computation()->root_instruction(); in RunWithHloDataflowAnalysis() local 698 dataflow->GetUniqueValueAt(tuple_root, {1}), *dataflow); in RunWithHloDataflowAnalysis() [all …]
|