Searched refs:propagate_constant (Results 1 – 1 of 1) sorted by relevance
757 auto propagate_constant = [&](HloComputation* computation) -> StatusOr<bool> { in TryPropagateConstant() local782 propagate_constant(while_op->while_condition())); in TryPropagateConstant()783 TF_ASSIGN_OR_RETURN(bool changed_body, propagate_constant(while_body)); in TryPropagateConstant()