| 87 | DataType data_type() const; |
| 88 | int64_t elem_cnt() const { return shape().elem_cnt(); } |
| 89 | size_t nbytes() const { return elem_cnt() * GetSizeOfDataType(data_type()); } |
| 90 | |
| 91 | void Reset(const Shape& shape, DataType dtype); |
| 92 | void Reset(const Shape& shape); |
no test coverage detected