OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUEUE_RUNNERS
(Results
1 - 11
of
11
) sorted by null
/external/tensorflow/tensorflow/contrib/slim/python/slim/
queues.py
61
for qr in ops.get_collection(ops.GraphKeys.
QUEUE_RUNNERS
):
/external/tensorflow/tensorflow/python/training/
queue_runner_impl.py
396
def add_queue_runner(qr, collection=ops.GraphKeys.
QUEUE_RUNNERS
):
409
the queue runner to. Defaults to `GraphKeys.
QUEUE_RUNNERS
`.
418
collection=ops.GraphKeys.
QUEUE_RUNNERS
):
433
get the queue runners from. Defaults to `GraphKeys.
QUEUE_RUNNERS
`.
468
queue_runners
= ops.get_collection(collection)
469
if not
queue_runners
:
483
ops.register_proto_function(ops.GraphKeys.
QUEUE_RUNNERS
,
queue_runner_test.py
250
1, len(ops.get_collection(ops.GraphKeys.
QUEUE_RUNNERS
, "scope")))
monitored_session.py
[
all
...]
supervisor.py
744
def start_queue_runners(self, sess,
queue_runners
=None):
747
Note that the queue runners collected in the graph key `
QUEUE_RUNNERS
`
754
queue_runners
: A list of `QueueRunners`. If not specified, we'll use the
756
`GraphKeys.
QUEUE_RUNNERS
`.
771
if
queue_runners
is None:
772
queue_runners
= self._graph.get_collection(ops.GraphKeys.
QUEUE_RUNNERS
)
774
for qr in
queue_runners
:
[
all
...]
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py
76
for qr in tf.get_collection(tf.GraphKeys.
QUEUE_RUNNERS
):
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io_test.py
561
for qr in ops.get_collection(ops.GraphKeys.
QUEUE_RUNNERS
):
/external/tensorflow/tensorflow/contrib/training/python/training/
batch_sequences_with_states_test.py
142
qr_saved = meta_graph_def.collection_def[ops.GraphKeys.
QUEUE_RUNNERS
]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py
[
all
...]
/external/tensorflow/tensorflow/python/framework/
ops.py
[
all
...]
/external/tensorflow/tensorflow/python/tpu/
tpu_estimator.py
[
all
...]
Completed in 1092 milliseconds