MCPcopy 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
36def 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.pyFile · 0.70

Calls 2

create_tensor1Function · 0.85
create_tensor2Function · 0.85

Tested by

no test coverage detected