Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_codecache.py44 from .mock_cache import global_stats, patch_fbcode, PatchCaches
46 from mock_cache import global_stats, patch_fbcode, PatchCaches # @manual
818 with PatchCaches(), patch_fbcode(fbcode):
H A Dmock_cache.py188 def patch_fbcode(state: bool) -> Generator[None, None, None]: function