Caffe2 - Python API
A deep learning, cross platform ML framework
Packages
Classes
Files
C++ API
Python API
GitHub
File List
torch
backends
openmp
__init__.py
1
import
torch
2
3
4
def
is_available():
5
r"""Returns whether PyTorch is built with OpenMP support."""
6
return
torch._C.has_openmp
Generated on Thu Mar 21 2019 13:06:36 for Caffe2 - Python API by
1.8.11