mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/11939 Reviewed By: orionr, dzhulgakov Differential Revision: D10004629 Pulled By: Yangqing fbshipit-source-id: ba50a96820d35c7922d81c78c4cbe849c85c251c
8 lines
156 B
C
8 lines
156 B
C
#include "c10/macros/Macros.h"
|
|
|
|
#ifdef CAFFE2_BUILD_OBSERVER_LIB
|
|
#define CAFFE2_OBSERVER_API C10_EXPORT
|
|
#else
|
|
#define CAFFE2_OBSERVER_API C10_IMPORT
|
|
#endif
|