Returns the number of components in a queue-element tuple.
| 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. |
no test coverage detected