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

Function num_components

tensorflow/core/kernels/queue_base.h:106–106  ·  view source on GitHub ↗

Returns the number of components in a queue-element tuple.

Source from the content-addressed store, hash-verified

104
105 // Returns the number of components in a queue-element tuple.
106 int32 num_components() const { return component_dtypes_.size(); }
107
108 // True if shapes were specified. If so, inputs will be validated
109 // against them, etc.

Callers 15

ValidateTupleCommonMethod · 0.85
TryInsertManyMethod · 0.85
TryTakeManyMethod · 0.85
TryDequeueManyMethod · 0.85
DequeueLockedMethod · 0.85
TryEnqueueMethod · 0.85
TryEnqueueManyMethod · 0.85
TryDequeueManyMethod · 0.85
InitializeMethod · 0.85
DequeueLockedMethod · 0.85
TryEnqueueMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected