mbuali's picture
Upload folder using huggingface_hub
d1ceb73 verified
raw
history blame contribute delete
196 Bytes
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: ...