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

Method doGetHash

python/mod_cvcuda/nvcv/ImageBatch.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace nvcvpy::priv {
28
29size_t ImageBatchVarShape::Key::doGetHash() const
30{
31 using util::ComputeHash;
32 return ComputeHash(m_capacity);
33}
34
35bool ImageBatchVarShape::Key::doIsCompatible(const IKey &ithat) const
36{

Callers

nothing calls this directly

Calls 1

ComputeHashFunction · 0.70

Tested by

no test coverage detected