| 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_; } |
| 56 | TensorStorageType StorageType() const { return storage_type_; } |
no outgoing calls
no test coverage detected