MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / query_cache_size

Function query_cache_size

samples/object_cache/control_torch.py:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32# docs-start: query
33def query_cache_size() -> None:
34 print(cvcuda.current_cache_size_inbytes())
35 img = cvcuda.Image.zeros((1, 1), cvcuda.Format.F32) # noqa: F841
36 print(cvcuda.current_cache_size_inbytes())
37
38
39# docs-end: query

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected