Searched refs:UPDATE_OPS (Results 1 – 8 of 8) sorted by relevance
85 ops.get_collection(ops.GraphKeys.UPDATE_OPS)
264 fetches += tuple(ops.get_collection(ops.GraphKeys.UPDATE_OPS))
108 ops.get_collection(ops.GraphKeys.UPDATE_OPS)
122 name: "UPDATE_OPS"
292 g.get_collection_ref(ops.GraphKeys.UPDATE_OPS).extend(clone.state_updates)
60 update_ops = ops.get_collection(ops.GraphKeys.UPDATE_OPS)280 ops.get_collection(ops.GraphKeys.UPDATE_OPS), bn.updates)309 ops.get_collection(ops.GraphKeys.UPDATE_OPS), bn.updates)702 updates = ops.get_collection(ops.GraphKeys.UPDATE_OPS)765 updates = ops.get_collection(ops.GraphKeys.UPDATE_OPS)[-2:]
565 _add_elements_to_collection(self.updates, ops.GraphKeys.UPDATE_OPS)
6249 UPDATE_OPS = "update_ops" variable in GraphKeys