__init__.py 157 B

1234567
  1. # mypy: allow-untyped-defs
  2. import torch
  3. def is_available():
  4. r"""Return whether PyTorch is built with OpenMP support."""
  5. return torch._C.has_openmp