StartUp APIThis API is used to start up applications.
The application startup process is described below.
nninitSystem.nninitStartUp.nninitSetup.nnMain.
The nninitStartUp function is compiled with weak symbols so it can be overridden with developers' own definitions.
nn::init::InitializeAllocatornn::os::GetAppMemorySizenn::os::GetUsingMemorySizenn::os::SetDeviceMemorySizenn::os::SetHeapSizenn::os::SetupHeapForMemoryBlock
Operation is not guaranteed when calling SDK functions other than the above. Sufficient care should be taken when coding your own operations as well.
CONFIDENTIAL