| 53 | void Shape::Set(int64_t index, int64_t val) { shape_->Set(index, val); } |
| 54 | |
| 55 | int64_t Shape::NumAxes() const { return shape_->NumAxes(); } |
| 56 | |
| 57 | int64_t Shape::Count(int64_t begin_axis, int64_t end_axis) const { |
| 58 | return shape_->Count(begin_axis, end_axis); |
no outgoing calls