Cache

nvcv.cache_size() int

Returns the quantity of items in the NVCV Python cache

nvcv.clear_cache() None

Clears the NVCV Python cache

nvcv.current_cache_size_inbytes() int

Returns the current cache size [in bytes]

nvcv.get_cache_limit_inbytes() int

Returns the current cache limit [in bytes]

nvcv.set_cache_limit_inbytes(arg0: int) None

Sets the current cache limit [in bytes]