Rate this Page

Define _STABLE_TORCH_LIBRARY_FRAGMENT#

Define Documentation#

_STABLE_TORCH_LIBRARY_FRAGMENT(ns, m, uid)   static void STABLE_CONCATENATE

(                                           \

STABLE_TORCH_LIBRARY_FRAGMENT_init_##ns##_, uid)(StableLibrary&);     \

static const StableTorchLibraryInit

STABLE_CONCATENATE

(                   \

STABLE_TORCH_LIBRARY_FRAGMENT_static_init_##ns##_, uid)(              \

StableLibrary::Kind::FRAGMENT,                                        \

&

STABLE_CONCATENATE

(STABLE_TORCH_LIBRARY_FRAGMENT_init_##ns##_, uid), \

#ns,                                                                  \

nullptr,                                                              \

__FILE__,                                                             \

__LINE__);                                                            \

void

STABLE_CONCATENATE

(                                                  \

STABLE_TORCH_LIBRARY_FRAGMENT_init_##ns##_, uid)(StableLibrary & m)

#