Caffe2 - Python API
A deep learning, cross platform ML framework
__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