MCPcopy 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

testBasicMethod · 0.45
test1dWeightedValuesMethod · 0.45
test2dWeightedValuesMethod · 0.45
testBasicMethod · 0.45
testMultiDimensionalMethod · 0.45
testWeighted1dMethod · 0.45
testWeighted2d_1Method · 0.45
testWeighted2d_2Method · 0.45

Calls 2

appendMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected