MCPcopy 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
29def 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

Calls 1

create_tensorFunction · 0.70

Tested by

no test coverage detected