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

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

#include <noodle.h>

Public Attributes

const float * weight = nullptr
 Pointer to row-major [O][I] weights.
const float * bias = nullptr
 Pointer to output biases, or nullptr.
Activation act = ACT_RELU
 Activation applied after each output.

Detailed Description

Memory-backed fully connected parameter bundle.

Member Data Documentation

◆ act

Activation FCNMem::act = ACT_RELU

Activation applied after each output.

◆ bias

const float* FCNMem::bias = nullptr

Pointer to output biases, or nullptr.

◆ weight

const float* FCNMem::weight = nullptr

Pointer to row-major [O][I] weights.


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