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

Method PaddingFIFOQueue

tensorflow/core/kernels/padding_fifo_queue.cc:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace tensorflow {
35
36PaddingFIFOQueue::PaddingFIFOQueue(
37 int capacity, const DataTypeVector& component_dtypes,
38 const std::vector<PartialTensorShape>& partial_shapes, const string& name)
39 : FIFOQueue(capacity, component_dtypes,
40 ConvertShapesPartialDimensionsToZero(partial_shapes), name),
41 partial_shapes_(partial_shapes) {}
42
43Status PaddingFIFOQueue::Initialize() {
44 Status s = FIFOQueue::Initialize();

Callers 15

bucketFunction · 0.80
setUpMethod · 0.80
testDynamicPadMethod · 0.80
testConstructorMethod · 0.80
testEnqueueMethod · 0.80
testEnqueueWithShapeMethod · 0.80
testParallelEnqueueMethod · 0.80
testParallelDequeueMethod · 0.80
testDequeueMethod · 0.80

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.64
testDynamicPadMethod · 0.64
testConstructorMethod · 0.64
testEnqueueMethod · 0.64
testEnqueueWithShapeMethod · 0.64
testParallelEnqueueMethod · 0.64
testParallelDequeueMethod · 0.64
testDequeueMethod · 0.64