Caffe2 - C++ API
A deep learning, cross platform ML framework
macros.h
1 #include "c10/macros/Macros.h"
2 
3 #ifdef CAFFE2_BUILD_OBSERVER_LIB
4 #define CAFFE2_OBSERVER_API C10_EXPORT
5 #else
6 #define CAFFE2_OBSERVER_API C10_IMPORT
7 #endif