Searched refs:needs_further_propagation (Results 1 – 1 of 1) sorted by relevance
916 bool needs_further_propagation; in Run() local917 TF_ASSIGN_OR_RETURN(needs_further_propagation, in Run()2472 bool needs_further_propagation = true; in PropagateOnUsers() local2475 TF_ASSIGN_OR_RETURN(needs_further_propagation, Propagate(node, parent)); in PropagateOnUsers()2481 if (!needs_further_propagation) { in PropagateOnUsers()2494 if (!needs_further_propagation) { in PropagateOnUsers()