Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ enqueue
Method
enqueue
tensorflow/python/kernel_tests/fifo_queue_test.py:165–166 ·
view source on GitHub ↗
(enqueue_op)
Source
from the content-addressed store, hash-verified
163
164
# Run one producer thread for each element in elems.
165
def
enqueue(enqueue_op):
166
self.evaluate(enqueue_op)
167
168
threads = [
169
self.checkedThread(
Callers
15
testEnqueue
Method · 0.45
testEnqueueHalf
Method · 0.45
testEnqueueWithShape
Method · 0.45
testQueuesDontShare
Method · 0.45
testEnqueueDictWithoutNames
Method · 0.45
testParallelEnqueue
Method · 0.45
testParallelDequeue
Method · 0.45
testDequeue
Method · 0.45
testDequeueHalf
Method · 0.45
testEnqueueAndBlockingDequeue
Method · 0.45
testMultiEnqueueAndDequeue
Method · 0.45
testQueueSizeAfterEnqueueAndDequeue
Method · 0.45
Calls
3
evaluate
Method · 0.45
sleep
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected