Home
last modified time | relevance | path

Searched defs:max_autotune (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/transformer/
H A Dscore_mod.py128 max_autotune=False, argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py278 max_autotune = os.environ.get("TORCHINDUCTOR_MAX_AUTOTUNE") == "1" variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_aot_inductor.py3264 def test_misc_1(self, max_autotune): argument