Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
torch
csrc
python_headers.h
1
#pragma once
2
3
// workaround for Python 2 issue: https://bugs.python.org/issue17120
4
#pragma push_macro("_XOPEN_SOURCE")
5
#pragma push_macro("_POSIX_C_SOURCE")
6
#undef _XOPEN_SOURCE
7
#undef _POSIX_C_SOURCE
8
9
#include <Python.h>
10
#include <structseq.h>
11
12
#pragma pop_macro("_XOPEN_SOURCE")
13
#pragma pop_macro("_POSIX_C_SOURCE")
Generated on Thu Mar 21 2019 13:06:24 for Caffe2 - C++ API by
1.8.11