| 30 | std::array<size_t, 3> getDims() const { return {width, height, numChannels}; } |
| 31 | |
| 32 | oidn_inline DataType getDataType() const { return dataType; } |
| 33 | oidn_inline Format getFormat() const { return format; } |
| 34 | |
| 35 | oidn_inline size_t getSize() const { return numValues; } |
no outgoing calls
no test coverage detected