Caffe2 - C++ API
A deep learning, cross platform ML framework
python_stub.h
1 #pragma once
2 
3 struct _object;
4 using PyObject = _object;