blob: e70d9cb4d17906c6319c40507d0e00c5b045b559 [file] [log] [blame]
from torch.types import _bool
# Defined in torch/csrc/cpu/Module.cpp
def _is_cpu_support_avx2() -> _bool: ...
def _is_cpu_support_avx512() -> _bool: ...
def _is_cpu_support_avx512_vnni() -> _bool: ...
def _is_cpu_support_amx_tile() -> _bool: ...
def _init_amx() -> _bool: ...