Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils_test.cc56 entry_computation->set_root_instruction(first_1_dims_collapsed); in TEST_F()
75 entry_computation->set_root_instruction(first_2_dims_collapsed); in TEST_F()
98 entry_computation->set_root_instruction(with_1_degenerate_dim_prepended); in TEST_F()
117 entry_computation->set_root_instruction(with_2_degenerate_dims_prepended); in TEST_F()
136 entry_computation->set_root_instruction(with_2_degenerate_dims_prepended); in TEST_F()
155 entry_computation->set_root_instruction(first_dim_expanded); in TEST_F()
177 entry_computation->set_root_instruction(zero_padded_param); in TEST_F()
196 entry_computation->set_root_instruction(zeros); in TEST_F()
215 entry_computation->set_root_instruction(zeros); in TEST_F()
Dhlo_schedule_test.cc103 entry->set_root_instruction(sub); in TEST_F()
154 entry->set_root_instruction(new_root); in TEST_F()
196 entry->set_root_instruction(new_root); in TEST_F()
258 cond->set_root_instruction(cond->AddInstruction( in TEST_F()
264 body->set_root_instruction(body->parameter_instruction(0)); in TEST_F()
Dwhile_util.cc56 wide_while_cond->set_root_instruction(call_narrow_cond); in WidenWhileCondition()
88 wide_while_body->set_root_instruction( in WidenWhileBody()
170 cond_computation->set_root_instruction(compare); in MakeCountedLoopConditionComputation()
200 body_computation->set_root_instruction(next_state_tuple); in MakeCountedLoopBodyComputation()
Dhlo_domain_remover.cc91 computation->set_root_instruction(root->mutable_operand(0)); in Run()
Dcopy_insertion.cc309 body->set_root_instruction(root_copy); in AddCopiesForWhile()
331 computation->set_root_instruction(deep_copy); in AddCopiesForConditional()
416 entry->set_root_instruction(root_copied); in AddCopiesForAliasedInputOutputs()
1085 instruction->parent()->set_root_instruction(deep_copy); in AddSpecialCaseCopies()
1276 computation->set_root_instruction(root_copy); in AddCopiesForBufferAssignment()
Dbfloat16_normalization.cc95 computation->set_root_instruction(convert); in InsertConvertAfterOutput()
263 computation_->set_root_instruction(tuple); in HandleMultipleOutputs()
Dstable_sort_expander.cc194 comparator->set_root_instruction(new_root); in ExpandInstruction()
Dbfloat16_propagation.cc655 fusion_computation->set_root_instruction(copy); in ResolveInconsistentFusions()
702 computation->set_root_instruction(source); in SkipNoopConversions()
Dhlo_computation.h148 void set_root_instruction(HloInstruction* new_root_instruction,
Dhlo_module_test.cc294 entry->set_root_instruction(negate); in TEST_F()
Dhlo_sharding_metadata.cc132 pass_through.operand->parent()->set_root_instruction(gte); in FixupPassThroughDomainLinks()
Dhlo_computation.cc275 void HloComputation::set_root_instruction(HloInstruction* new_root_instruction, in set_root_instruction() function in xla::HloComputation
602 set_root_instruction(fusion_instruction); in FuseInstructionsInto()
Dhlo_domain_test.cc461 module->entry_computation()->set_root_instruction(tuple->mutable_operand(0)); in TEST_F()
Dlayout_assignment.cc1803 computation->set_root_instruction(new_root); in RunOnComputation()
Dcopy_insertion_test.cc748 xla_while->parent()->set_root_instruction(tuple); in BuildWhileInstruction_InitPointsToInterfering()
Dhlo_instructions.cc1493 fused_instructions_computation()->set_root_instruction(new_root); in CloneAndFuseInternal()
Dhlo_instruction.cc1981 parent_->set_root_instruction(new_producer, in ReplaceAllUsesWithDifferentShape()