Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ main
Function
main
samples/object_cache/unbounded_growth.py:29–33 ·
view source on GitHub ↗
(iters: int = 10_000)
Source
from the content-addressed store, hash-verified
27
28
29
def
main(iters: int = 10_000) -> None:
30
for
_ in range(iters):
31
h = random.randint(1000, 2000)
32
w = random.randint(1000, 2000)
33
create_tensor(h, w)
34
35
36
# docs-end: main
Callers
1
unbounded_growth.py
File · 0.70
Calls
1
create_tensor
Function · 0.70
Tested by
no test coverage detected