Initialize the pending count for ops between two lists of Operations. 'pending_count[op._id]' indicates the number of backprop inputs to this operation. Args: graph: a Graph. to_ops: list of Operations. from_ops: list of Operations. colocate_gradients_with_ops: Python bool.
(graph, to_ops, from_ops, colocate_gradients_with_ops)
source not stored for this graph (policy: none)
no test coverage detected