Skip to content

model init

GitHub Action edited this page Jul 9, 2026 · 1 revision
void init()

Basic Info

Initializes the entire network (embedder included).

Return Type

Returns void


Example

// Calling the init() function
model m();
m.init();

Clone this wiki locally