Searched refs:_use_conv_autotune_backend (Results 1 – 2 of 2) sorted by relevance
570 if torch._inductor.utils._use_conv_autotune_backend("ATEN"):581 torch._inductor.utils._use_conv_autotune_backend("TRITON")
1075 def _use_conv_autotune_backend(backend: str) -> bool: function