Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ dequeue
Method
dequeue
tensorflow/compiler/tests/fifo_queue_test.py:111–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
results = []
110
111
def
dequeue():
112
results.append(sess.run(dequeued_t))
113
114
threads = [self.checkedThread(target=dequeue)
for
_ in enqueue_ops]
115
for
thread in threads:
Callers
15
testBasic
Method · 0.45
testUpdateOpsReturnsCurrentValue
Method · 0.45
test1dWeightedValues
Method · 0.45
test1dWeightedValues_placeholders
Method · 0.45
test2dWeightedValues
Method · 0.45
test2dWeightedValues_placeholders
Method · 0.45
testBasic
Method · 0.45
testMultiDimensional
Method · 0.45
testUpdateOpsReturnsCurrentValue
Method · 0.45
testWeighted1d
Method · 0.45
testWeighted2d_1
Method · 0.45
testWeighted2d_2
Method · 0.45
Calls
2
append
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected