blob: 641ba00312e052db6a8fb9a52560f5101d26cf70 [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_vnni() -> _bool: ...