Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py123 def _PendingCount(to_ops, from_ops, colocate_gradients_with_ops, func_graphs, argument
153 reachable_to_ops = set(op for op in to_ops if op in reached_ops)
159 queue.extend(to_ops)
613 to_ops = [t.op for t in ys]
617 to_ops, from_ops, colocate_gradients_with_ops, func_graphs, xs)
636 for op in to_ops: