sglang_v0.5.2/pytorch_2.8.0/torch/csrc/Export.h

10 lines
157 B
C

#pragma once
#include <c10/macros/Export.h>
#ifdef THP_BUILD_MAIN_LIB
#define TORCH_PYTHON_API C10_EXPORT
#else
#define TORCH_PYTHON_API C10_IMPORT
#endif