torch_mist.utils.caching

Module Contents

Functions

_is_cache_valid(arguments, stored_arguments)

delete_cache_hook(self, *args, **kwargs)

cached_method(→ Callable[Ellipsis, T])

cached_function(→ Callable[Ellipsis, T])

Attributes

T

torch_mist.utils.caching.T
torch_mist.utils.caching._is_cache_valid(arguments: Any, stored_arguments: Any)
torch_mist.utils.caching.delete_cache_hook(self, *args, **kwargs)
torch_mist.utils.caching.cached_method(method: Callable[Ellipsis, T]) Callable[Ellipsis, T]
torch_mist.utils.caching.cached_function(method: Callable[Ellipsis, T]) Callable[Ellipsis, T]