MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / enqueue

Method enqueue

tensorflow/compiler/tests/fifo_queue_test.py:80–81  ·  view source on GitHub ↗
(enqueue_op)

Source from the content-addressed store, hash-verified

78
79 # Run one producer thread for each element in elems.
80 def enqueue(enqueue_op):
81 sess.run(enqueue_op)
82
83 threads = [
84 self.checkedThread(target=enqueue, args=(e,)) for e in enqueue_ops

Callers 15

_enqueue_vectorFunction · 0.45
_enqueue_as_batchesMethod · 0.45
_fnMethod · 0.45
_fnMethod · 0.45
_create_prefetch_opMethod · 0.45
enqueue_singleFunction · 0.45
bucketFunction · 0.45
setUpMethod · 0.45

Calls 2

runMethod · 0.45
sleepMethod · 0.45

Tested by

no test coverage detected