Home
last modified time | relevance | path

Searched defs:while_init (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc56 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveDeadWhileParams() local
313 auto* while_init = while_op->mutable_operand(0); in TryRemoveConstantParams() local
507 auto while_init = while_op->operand(0); in TryPropagateConstant() local
645 auto* while_init = while_op->mutable_operand(0); in TryFlattenNestedTuples() local
772 auto* while_init = while_op->mutable_operand(0); in TryMergeInductionVariables() local
Dwhile_loop_analysis.cc156 auto* while_init = while_op->operand(0); in GetLoopInductionVarTupleIdx() local
347 auto* while_init = while_op->mutable_operand(0); in ComputeWhileLoopTripCount() local
Dhlo_memory_scheduler_test.cc275 HloInstruction* while_init = in TEST_F() local
Dcopy_insertion.cc277 HloInstruction* while_init = xla_while->mutable_operand(0); in AddCopiesForWhile() local
Dheap_simulator_test.cc167 HloInstruction* while_init = in TEST_F() local
Dcopy_insertion_test.cc1753 auto while_init = builder.AddInstruction(HloInstruction::CreateTuple( in TEST_F() local
Dhlo_instruction.cc2052 HloInstruction* HloInstruction::while_init() const { in while_init() function in xla::HloInstruction