Searched refs:to_ops (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradients_impl.py | 125 def _GatherInputs(to_ops, reached_ops): argument 138 queue.extend(to_ops) 151 def _PendingCount(graph, to_ops, from_ops, colocate_gradients_with_ops): argument 171 for op in to_ops: 179 queue.extend(to_ops) 515 to_ops = [t.op for t in ys] 519 ops.get_default_graph(), to_ops, from_ops, colocate_gradients_with_ops) 538 for op in to_ops:
|
D | gradients_test.py | 54 def _OpsBetween(graph, to_ops, from_ops): argument 74 for op in to_ops: 77 between_ops = gradients_impl._GatherInputs(to_ops, reached_ops)
|