6 lines
112 B
Python
6 lines
112 B
Python
|
from torch.types import _bool
|
||
|
|
||
|
# Defined in torch/csrc/cpu/Module.cpp
|
||
|
|
||
|
def _is_cpu_support_vnni() -> _bool: ...
|