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

#include <noodle.h>

Public Attributes

const float * weight = nullptr
 
const float * bias = nullptr
 
Activation act = ACT_RELU
 

Detailed Description

FCN parameters for in-variable weights/bias (row-major weights [n_outputs, n_inputs]).

Member Data Documentation

◆ act

Activation FCNMem::act = ACT_RELU

◆ bias

const float* FCNMem::bias = nullptr

◆ weight

const float* FCNMem::weight = nullptr

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