_cpu.pyi 174 B

12345678
  1. from typing import Any
  2. from torch.types import _bool
  3. # Defined in torch/csrc/cpu/Module.cpp
  4. def _init_amx() -> _bool: ...
  5. def _get_cpu_capability() -> dict[str, Any]: ...