nnroEpilog FunctionNN_DLL_EXPORT void nnroEpilog();
None.
Placeholder for the function used for DLL-specific finalization.
If you define and make public a function named nnroEpilog for the DLL, it will automatically execute before all finalization is complete when nn::ro::Module::DoFinalize is called.
This function can be used to execute DLL-specific finalization.
(The SDK does not provide an implementation of this function.)
CONFIDENTIAL