Define STABLE_TORCH_LIBRARY#
Defined in File library.h
Define Documentation#
-
STABLE_TORCH_LIBRARY(ns, m)
static void STABLE_TORCH_LIBRARY_init_##ns( \
torch::stable::detail::StableLibrary&); \
static const torch::stable::detail::StableTorchLibraryInit \
STABLE_TORCH_LIBRARY_static_init_##ns( \
torch::stable::detail::StableLibrary::Kind::DEF, \
&STABLE_TORCH_LIBRARY_init_##ns, \
#ns, \
nullptr, \
__FILE__, \
__LINE__); \
void STABLE_TORCH_LIBRARY_init_##ns(torch::stable::detail::StableLibrary& m)
#