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