Home
last modified time | relevance | path

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

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