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

Method doGetHash

python/mod_cvcuda/nvcv/TensorBatch.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ComputeHashFunction · 0.70

Tested by

no test coverage detected