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.cc916 bool needs_further_propagation; in Run() local
917 TF_ASSIGN_OR_RETURN(needs_further_propagation, in Run()
2472 bool needs_further_propagation = true; in PropagateOnUsers() local
2475 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()