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.cc67 HloInstruction* while_init = while_op->mutable_operand(0); in RemoveDeadTupleIndices() local
241 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveDeadWhileParams() local
372 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveRepeatedWhileTupleIndicesHelper() local
431 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveRepeatedWhileTupleIndices() local
527 auto* while_init = while_op->mutable_operand(0); in TryRemoveConstantParams() local
757 auto while_init = while_op->operand(0); in TryPropagateConstant() local
895 auto* while_init = while_op->mutable_operand(0); in TryFlattenNestedTuples() local
1025 auto* while_init = while_op->mutable_operand(0); in TryMergeInductionVariables() local
Dwhile_loop_analysis.cc302 auto* while_init = while_op->operand(0); in GetLoopInductionVarTupleIdx() local
493 auto* while_init = while_op->mutable_operand(0); in ComputeWhileLoopTripCount() local
Dwhile_loop_all_reduce_code_motion.cc347 HloInstruction* while_init{nullptr}; member
Dheap_simulator_test.cc168 HloInstruction* while_init = in TEST_F() local
Dcopy_insertion.cc305 HloInstruction* while_init = xla_while->mutable_operand(0); in AddCopiesForWhile() local
Dcopy_insertion_test.cc1956 auto while_init = builder.AddInstruction(HloInstruction::CreateTuple( in TEST_F() local
Dhlo_instruction.cc2694 HloInstruction* HloInstruction::while_init() const { in while_init() function in xla::HloInstruction