| 51 | int64_t Shape::At(int64_t index) const { return shape_->At(index); } |
| 52 | |
| 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 |
no outgoing calls
no test coverage detected