Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc112 HloComputation* new_while_body; in MakeInstructionsLiveIn() local
115 std::tie(new_while_body, inlined_instructions_map), in MakeInstructionsLiveIn()
123 new_while_body, new_while_init)); in MakeInstructionsLiveIn()
133 HloInstruction* while_body_param = new_while_body->parameter_instruction(0); in MakeInstructionsLiveIn()
138 new_while_body->AddInstruction(HloInstruction::CreateGetTupleElement( in MakeInstructionsLiveIn()
Dwhile_loop_simplifier.cc142 std::unique_ptr<HloComputation> new_while_body = in RemoveDeadTupleIndices() local
163 module->AddEmbeddedComputation(std::move(new_while_body)), in RemoveDeadTupleIndices()
599 std::unique_ptr<HloComputation> new_while_body = in TryRemoveConstantParams() local
622 module->AddEmbeddedComputation(std::move(new_while_body)), in TryRemoveConstantParams()
925 std::unique_ptr<HloComputation> new_while_body = in TryFlattenNestedTuples() local
945 module->AddEmbeddedComputation(std::move(new_while_body)), in TryFlattenNestedTuples()
1164 std::unique_ptr<HloComputation> new_while_body = in TryMergeInductionVariables() local
1180 module->AddEmbeddedComputation(std::move(new_while_body)), in TryMergeInductionVariables()
Dwhile_loop_invariant_code_motion.cc284 HloComputation* new_while_body = in TryHoistingInvariantInstructionsFromWhileBody() local
291 TF_RETURN_IF_ERROR(new_while_body->ReplaceInstruction( in TryHoistingInvariantInstructionsFromWhileBody()
Dwhile_loop_expensive_invariant_code_motion.cc316 HloComputation* new_while_body = in TryHoistingInvariantInstructionsFromWhileBody() local
323 TF_RETURN_IF_ERROR(new_while_body->ReplaceInstruction( in TryHoistingInvariantInstructionsFromWhileBody()