Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ main
Function
main
samples/object_cache/basic.py:23–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
23
def
main() -> None:
24
# Non-wrapped object that increases cache memory
25
tensor = cvcuda.Tensor(
# noqa: F841
26
(16, 32, 4), np.float32, cvcuda.TensorLayout.HWC
27
)
28
29
30
# docs-end: non-wrapped
Callers
1
basic.py
File · 0.70
Calls
1
Tensor
Method · 0.45
Tested by
no test coverage detected