Searched defs:while_init (Results 1 – 7 of 7) sorted by relevance
62 HloInstruction* while_init = while_op->mutable_operand(0); in RemoveDeadTupleIndices() local237 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveDeadWhileParams() local476 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveRepeatedWhileTupleIndicesHelper() local535 HloInstruction* while_init = while_op->mutable_operand(0); in TryRemoveRepeatedWhileTupleIndices() local631 auto* while_init = while_op->mutable_operand(0); in TryRemoveConstantParams() local862 auto while_init = while_op->operand(0); in TryPropagateConstant() local1000 auto* while_init = while_op->mutable_operand(0); in TryFlattenNestedTuples() local1131 auto* while_init = while_op->mutable_operand(0); in TryMergeInductionVariables() local
309 auto* while_init = while_op->operand(0); in GetLoopInductionVarTupleIdx() local500 auto* while_init = while_op->mutable_operand(0); in ComputeWhileLoopTripCount() local
555 HloInstruction* while_init{nullptr}; member
167 HloInstruction* while_init = in TEST_F() local
309 HloInstruction* while_init = xla_while->mutable_operand(0); in AddCopiesForWhile() local
1802 auto while_init = builder.AddInstruction(HloInstruction::CreateTuple( in TEST_F() local
2855 HloInstruction* HloInstruction::while_init() const { in while_init() function in xla::HloInstruction