Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_input_fusion_test.cc69 const HloInstruction* entry_root = in TEST_F() local
71 EXPECT_THAT(entry_root, op::Tuple((op::GetTupleElement(op::Fusion())), in TEST_F()
74 const HloInstruction* fusion = entry_root->operand(0)->operand(0); in TEST_F()
Dhorizontal_loop_fusion_test.cc76 const HloInstruction* entry_root = in TEST_F() local
78 EXPECT_THAT(entry_root, in TEST_F()
82 const HloInstruction* fusion = entry_root->operand(0)->operand(0)->operand(0); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc1224 auto entry_root = in TEST_F() local
1245 schedule.set_sequence(entry, {init, xla_while, negate, entry_root}); in TEST_F()
1252 schedule.set_sequence(entry, {init, negate, xla_while, entry_root}); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3665 auto entry_root = module->entry_computation()->root_instruction(); in Run() local
3666 CHECK(entry_root->has_sharding()) << "Missing sharding in entry root."; in Run()
3667 module->set_spmd_output_sharding(entry_root->sharding()); in Run()
3677 HloSharding root_sharding = entry_root->sharding(); in Run()