Noodle
Loading...
Searching...
No Matches
FCN Struct Reference

File-backed fully connected parameter bundle. More...

#include <noodle.h>

Public Attributes

const char * weight_fn = nullptr
 Weight filename with [O][I] values.
const char * bias_fn = nullptr
 Bias filename with one scalar per output.
Activation act = ACT_RELU
 Activation applied after each output.

Detailed Description

File-backed fully connected parameter bundle.

Weight files are read in row-major [O][I] order. Bias files contain one scalar per output neuron.

Member Data Documentation

◆ act

Activation FCN::act = ACT_RELU

Activation applied after each output.

◆ bias_fn

const char* FCN::bias_fn = nullptr

Bias filename with one scalar per output.

◆ weight_fn

const char* FCN::weight_fn = nullptr

Weight filename with [O][I] values.


The documentation for this struct was generated from the following file: