Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ payloadSize
Method
payloadSize
python/mod_cvcuda/operators/OpInpaint.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
size_t payloadSize() const
46
{
47
return static_cast<size_t>(m_maxShape.w) * m_maxShape.h * m_maxBatchSize;
48
}
49
50
private:
51
size_t doGetHash() const override
Callers
2
doIsCompatible
Method · 0.95
fetch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected