MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / doIsCompatible

Method doIsCompatible

python/mod_cvcuda/operators/OpInpaint.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

payloadSizeMethod · 0.95

Tested by

no test coverage detected