| 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_; } |
| 57 | |
| 58 | int Depth() const { return IntegralDivideRoundUp(channels_, 4); } |