Home
last modified time | relevance | path

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

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