Home
last modified time | relevance | path

Searched refs:_LocalAutotuneCacheBackend (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dautotune_cache.py84 local_cache = RemoteCache(_LocalAutotuneCacheBackend(), RemoteCacheJsonSerde())
225 class _LocalAutotuneCacheBackend(RemoteCacheBackend[bytes]): class