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

File-backed fully connected parameter bundle alias. 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 alias.

Member Data Documentation

◆ act

Activation FCNFile::act = ACT_RELU

Activation applied after each output.

◆ bias_fn

const char* FCNFile::bias_fn = nullptr

Bias filename with one scalar per output.

◆ weight_fn

const char* FCNFile::weight_fn = nullptr

Weight filename with [O][I] values.


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