Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_vector
Function · 0.45
_enqueue_as_batches
Method · 0.45
testWithMultipleUpdates
Method · 0.45
testWithMultipleUpdates
Method · 0.45
testWithMultipleUpdates
Method · 0.45
_fn
Method · 0.45
_fn
Method · 0.45
testMultiThreadedEstimateDataDistribution
Method · 0.45
_create_prefetch_op
Method · 0.45
enqueue_single
Function · 0.45
bucket
Function · 0.45
setUp
Method · 0.45
Calls
2
run
Method · 0.45
sleep
Method · 0.45
Tested by
no test coverage detected