MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / operator()

Method operator()

python/mod_cvcuda/nvcv/Cache.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35struct HashKey
36{
37 size_t operator()(const IKey *k) const
38 {
39 NVCV_ASSERT(k != nullptr);
40 return k->hash();
41 }
42};
43
44struct KeyEqual

Callers

nothing calls this directly

Calls 1

hashMethod · 0.80

Tested by

no test coverage detected