File size: 196 Bytes
d1ceb73 |
1 2 3 4 5 6 7 8 |
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: ...
|