Home
last modified time | relevance | path

Searched defs:cache_clear (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py1956 cache_clear = staticmethod(cache.clear) variable in CudaKernelParamCache
2408 cache_clear = staticmethod(cache.clear) variable in CppCodeCache
2516 cache_clear = staticmethod(cache.clear) variable in CppPythonBindingsCodeCache
2679 cache_clear = staticmethod(cache.clear) variable in CppWrapperCodeCache
2837 cache_clear = staticmethod(cache.clear) variable in HalideCodeCache
3045 cache_clear = staticmethod(cache.clear) variable in PyCodeCache
3335 cache_clear = staticmethod(cache.clear) variable in CUDACodeCache
/aosp_15_r20/external/python/cachetools/src/cachetools/
Dfunc.py76 def cache_clear(): function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dsimd.py157 def cache_clear(self): member in IterationRangesRoot
262 def cache_clear(self): member in IterationRangesEntry
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dfunctools.py628 def cache_clear(): function
/aosp_15_r20/external/python/cpython3/Lib/
Dfunctools.py628 def cache_clear(): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dfunctools.py628 def cache_clear(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dfunctools.py628 def cache_clear(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfunctools.py628 def cache_clear(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfunctools.py628 def cache_clear(): function
/aosp_15_r20/external/python/dateutil/dateutil/tz/
Dtz.py1579 def cache_clear(self): member in __get_gettz.GettzFunc
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_tensor.py1300 def cache_clear(cls) -> None: member in FakeTensorMode