Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ main
Function
main
samples/object_cache/reuse.py:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
main() -> None:
37
create_tensor1()
38
# tensor1 runs out of scope after leaving create_tensor1()
39
create_tensor2()
40
41
42
# docs-end: main
Callers
1
reuse.py
File · 0.70
Calls
2
create_tensor1
Function · 0.85
create_tensor2
Function · 0.85
Tested by
no test coverage detected