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

Function ComputeHash

python/mod_cvcuda/nvcv/ImageFormat.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33namespace nvcv {
34size_t ComputeHash(const nvcv::ImageFormat &fmt)
35{
36 return std::hash<uint64_t>()(static_cast<uint64_t>(fmt));
37}
38
39} // namespace nvcv
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected