Noodle
Loading...
Searching...
No Matches
FCN 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 (plain filenames; no tokenization).

Member Data Documentation

◆ act

Activation FCN::act = ACT_RELU

◆ bias_fn

const char* FCN::bias_fn = nullptr

◆ weight_fn

const char* FCN::weight_fn = nullptr

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