Home
last modified time | relevance | path

Searched refs:QUEUE_RUNNERS (Results 1 – 12 of 12) 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.py772 queue_runners = self._graph.get_collection(ops.GraphKeys.QUEUE_RUNNERS)
Dmonitored_session.py865 if ops.get_collection(ops.GraphKeys.QUEUE_RUNNERS):
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dqueues.py61 for qr in ops.get_collection(ops.GraphKeys.QUEUE_RUNNERS):
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt70 name: "QUEUE_RUNNERS"
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_eval.py76 for qr in tf.get_collection(tf.GraphKeys.QUEUE_RUNNERS):
/external/tensorflow/tensorflow/contrib/training/python/training/
Dbatch_sequences_with_states_test.py142 qr_saved = meta_graph_def.collection_def[ops.GraphKeys.QUEUE_RUNNERS]
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Dgraph_io_test.py561 for qr in ops.get_collection(ops.GraphKeys.QUEUE_RUNNERS):
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py1008 if graph.get_collection(ops.GraphKeys.QUEUE_RUNNERS):
/external/tensorflow/tensorflow/python/framework/
Dops.py6044 QUEUE_RUNNERS = "queue_runners" variable in GraphKeys
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py1345 if ops.get_default_graph().get_collection(ops.GraphKeys.QUEUE_RUNNERS):