| 103 | int64 n1() const { return this->dim(0); } |
| 104 | |
| 105 | int64 width() const { return this->dim(3); } |
| 106 | int64 height() const { return this->dim(2); } |
| 107 | int64 depth() const { return this->dim(1); } |
| 108 | int64 planes() const { return this->dim(0); } |
no test coverage detected