Searched refs:to_ops (Results 1 – 1 of 1) sorted by relevance
73 def _PendingCount(to_ops, from_ops, colocate_gradients_with_ops, func_graphs, argument103 reachable_to_ops = set(op for op in to_ops if op in reached_ops)109 queue.extend(to_ops)548 to_ops = [t.op for t in ys]552 to_ops, from_ops, colocate_gradients_with_ops, func_graphs, xs_set)571 for op in to_ops: