Skip to content

block init

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

Basic Info

Initializes the neural network and attention matrices (called in a constructor normally).

Return Type

Returns void


Example

// Calling the init() function
block b({128, 512, 128}, 128);
b.init();

Clone this wiki locally