Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
namespace nvcv {
35
36
static 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
doGetHash
Method · 0.70
doGetHash
Method · 0.70
doGetHash
Method · 0.70
doGetHash
Method · 0.70
doGetHash
Method · 0.70
Calls
2
shape
Method · 0.45
layout
Method · 0.45
Tested by
no test coverage detected