Home
last modified time | relevance | path

Searched refs:needs_further_propagation (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc646 bool needs_further_propagation; in Run() local
647 TF_ASSIGN_OR_RETURN(needs_further_propagation, in Run()
1789 bool needs_further_propagation = true; in PropagateOnUsers() local
1792 TF_ASSIGN_OR_RETURN(needs_further_propagation, Propagate(node, parent)); in PropagateOnUsers()
1798 if (!needs_further_propagation) { in PropagateOnUsers()
1811 if (!needs_further_propagation) { in PropagateOnUsers()