Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / backends / openmp / __init__.py
Size: Mime:
import torch


def is_available():
    r"""Returns whether PyTorch is built with OpenMP support."""
    return torch._C.has_openmp