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

Method FIFOQueue

tensorflow/core/kernels/fifo_queue.cc:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace tensorflow {
35
36FIFOQueue::FIFOQueue(int capacity, const DataTypeVector& component_dtypes,
37 const std::vector<TensorShape>& component_shapes,
38 const string& name)
39 : TypedQueue(capacity, component_dtypes, component_shapes, name) {}
40
41void FIFOQueue::DequeueLocked(OpKernelContext* ctx, Tuple* tuple) {
42 DCHECK_GT(queues_[0].size(), size_t{0});

Callers 15

_SetUpQueueFunction · 0.80
testBasicMethod · 0.80
test1dWeightedValuesMethod · 0.80
test2dWeightedValuesMethod · 0.80
testBasicMethod · 0.80
testMultiDimensionalMethod · 0.80
testWeighted1dMethod · 0.80
testWeighted2d_1Method · 0.80

Calls

no outgoing calls

Tested by 15

_SetUpQueueFunction · 0.64
testBasicMethod · 0.64
test1dWeightedValuesMethod · 0.64
test2dWeightedValuesMethod · 0.64
testBasicMethod · 0.64
testMultiDimensionalMethod · 0.64
testWeighted1dMethod · 0.64
testWeighted2d_1Method · 0.64