Rate this Page

Define STABLE_TORCH_LIBRARY#

Define Documentation#

STABLE_TORCH_LIBRARY(ns, m)

static void STABLE_TORCH_LIBRARY_init_##ns(StableLibrary&);                \

static const StableTorchLibraryInit STABLE_TORCH_LIBRARY_static_init_##ns( \

StableLibrary::Kind::DEF,                                              \

&STABLE_TORCH_LIBRARY_init_##ns,                                       \

#ns,                                                                   \

nullptr,                                                               \

__FILE__,                                                              \

__LINE__);                                                             \

void STABLE_TORCH_LIBRARY_init_##ns(StableLibrary& m)

#