Caffe2 - C++ API
A deep learning, cross platform ML framework
extension.h
1 #pragma once
2 
3 // All pure C++ headers for the C++ frontend.
4 #include <torch/all.h>
5 // Python bindings for the C++ frontend (includes Python.h).
6 #include <torch/python.h>