Home
last modified time | relevance | path

Searched defs:remote_cache (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dautotune_cache.py36 remote_cache: Optional[Tuple[RemoteCache[JsonDataTy], str]] = None variable in AutotuneCache
/aosp_15_r20/external/pigweed/
H A Dpigweed.json132 "remote_cache": true, boolean
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py789 remote_cache, argument
911 remote_cache, argument
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_aotdispatch.py6425 def _lookup_graph(self, key, inputs, local, remote_cache): argument