Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dar_crs_combiner_test.cc44 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
64 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
83 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
104 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
124 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
144 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
166 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
188 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
211 auto root_tuple = module->entry_computation()->root_instruction(); in TEST_F() local
H A Dwhile_loop_concat_code_motion.cc437 auto root_tuple = body->root_instruction(); in GroupHlosForConcat() local
H A Dhlo_dataflow_analysis.cc222 const HloInstruction* root_tuple, in AreTransitiveUsesEffectivelyElementwise()