You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifdef MEGDNN_VISIBILITY_PROLOGUE_INCLUDED
- #error "visibility_prologue.h included twice without including visibility_epilogue.h"
- #else
- #define MEGDNN_VISIBILITY_PROLOGUE_INCLUDED
- #endif
-
- #if MEGDNN_SHARED_LIB
- #pragma GCC visibility push(default)
- #endif
-
- // vim: syntax=cpp.doxygen
|