| 54 | } |
| 55 | |
| 56 | bool doIsCompatible(const nvcvpy::IKey &that_) const override |
| 57 | { |
| 58 | const Key &that = static_cast<const Key &>(that_); |
| 59 | return this->payloadSize() <= that.payloadSize(); |
| 60 | } |
| 61 | |
| 62 | nvcv::Size2D m_maxShape; |
| 63 | int m_maxBatchSize; |
nothing calls this directly
no test coverage detected