The caller must ensure that the shape is no bigger than 4-D.
| 209 | } |
| 210 | // The caller must ensure that the shape is no bigger than 4-D. |
| 211 | inline const int32* DimsDataUpTo4D() const { return dims_; } |
| 212 | |
| 213 | inline void Resize(int dimensions_count) { |
| 214 | if (size_ > kMaxSmallSize) { |