Rate this Page

Define STABLE_TORCH_LIBRARY#

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)

#