Sign in
android
/
platform
/
external
/
pytorch
/
25ed9aba03
/
.
/
ATenGeneral.h
blob: 97ae5154470c7eec0ed9b79304b88b1c5869f01c [
file
] [
log
] [
blame
]
#pragma
once
#ifdef
_WIN32
# ifdef ATen_EXPORTS
# define AT_API __declspec(dllexport)
# else
# define AT_API __declspec(dllimport)
# endif
#else
# define AT_API
#endif