Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py396 def add_queue_runner(qr, collection=ops.GraphKeys.QUEUE_RUNNERS):
418 collection=ops.GraphKeys.QUEUE_RUNNERS):
483 ops.register_proto_function(ops.GraphKeys.QUEUE_RUNNERS,
Dqueue_runner_test.py250 1, len(ops.get_collection(ops.GraphKeys.QUEUE_RUNNERS, "scope")))
Dsupervisor.py775 queue_runners = self._graph.get_collection(ops.GraphKeys.QUEUE_RUNNERS)
Dmonitored_session.py905 if ops.get_collection(ops.GraphKeys.QUEUE_RUNNERS):
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt70 name: "QUEUE_RUNNERS"
/external/tensorflow/tensorflow/python/framework/
Dops.py6228 QUEUE_RUNNERS = "queue_runners" variable in GraphKeys