Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner_test.cc43 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
44 auto i1 = root_tuple->operands()[0]; in TEST_F()
45 auto i2 = root_tuple->operands()[1]; in TEST_F()
63 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
64 auto i1 = root_tuple->operands()[0]; in TEST_F()
65 auto i2 = root_tuple->operands()[1]; in TEST_F()
82 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
83 auto i1 = root_tuple->operands()[0]; in TEST_F()
84 auto i2 = root_tuple->operands()[1]; in TEST_F()
103 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
[all …]