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

#include <noodle.h>

Public Attributes

const char * weight_fn = nullptr
 
const char * bias_fn = nullptr
 
Activation act = ACT_RELU
 

Detailed Description

FCN parameters (filenames; no tokenization).

Member Data Documentation

◆ act

Activation FCNFile::act = ACT_RELU

◆ bias_fn

const char* FCNFile::bias_fn = nullptr

◆ weight_fn

const char* FCNFile::weight_fn = nullptr

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