| 50 | virtual ~Tensor() { Release(); } |
| 51 | |
| 52 | int Width() const { return width_; } |
| 53 | int Height() const { return height_; } |
| 54 | int Channels() const { return channels_; } |
| 55 | enum DataType DataType() const { return data_type_; } |
no outgoing calls
no test coverage detected