| 111 | } |
| 112 | absl::Span<const int64> dimensions() const { return dimensions_; } |
| 113 | absl::Span<int64> mutable_dimensions() { return absl::MakeSpan(dimensions_); } |
| 114 | |
| 115 | // Methods for accessing the tuple subshapes. This field only non-empty for |
| 116 | // tuple shapes. |
no outgoing calls