| 109 | return Maybe<void>::Ok(); |
| 110 | } |
| 111 | Maybe<void> ToShape(Shape* shape) const { return this->shape().ToShape(shape); } |
| 112 | Maybe<Shape> ToShape() const { return shape().ToShape(); } |
| 113 | int64_t At(int i) const { return shape().At(i); } |
| 114 | int64_t NumAxes() const { return shape().NumAxes(); } |