Return true iff the rank and all of the dimensions are well defined TODO(irving): Rename to is_fully_defined now that it's fast.
| 268 | /// Return true iff the rank and all of the dimensions are well defined |
| 269 | // TODO(irving): Rename to is_fully_defined now that it's fast. |
| 270 | bool IsFullyDefined() const { return !kIsPartial || num_elements() != -1; } |
| 271 | |
| 272 | /// Fill `*proto` from `*this`. |
| 273 | void AsProto(TensorShapeProto* proto) const; |
no outgoing calls