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

Function ComputeHash

python/mod_cvcuda/nvcv/Tensor.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace nvcv {
35
36static size_t ComputeHash(const nvcv::TensorShape &shape)
37{
38 using nvcvpy::util::ComputeHash;
39 return ComputeHash(shape.shape(), shape.layout());
40}
41
42} // namespace nvcv
43

Callers 5

doGetHashMethod · 0.70
doGetHashMethod · 0.70
doGetHashMethod · 0.70
doGetHashMethod · 0.70
doGetHashMethod · 0.70

Calls 2

shapeMethod · 0.45
layoutMethod · 0.45

Tested by

no test coverage detected