True if shapes were specified. If so, inputs will be validated against them, etc.
| 108 | // True if shapes were specified. If so, inputs will be validated |
| 109 | // against them, etc. |
| 110 | bool specified_shapes() const { return component_shapes_.size() > 0; } |
| 111 | |
| 112 | // Code common to Validate*Tuple(). |
| 113 | Status ValidateTupleCommon(const Tuple& tuple) const; |
no test coverage detected