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. | |
Memory-backed fully connected parameter bundle.
| Activation FCNMem::act = ACT_RELU |
Activation applied after each output.
| const float* FCNMem::bias = nullptr |
Pointer to output biases, or nullptr.
| const float* FCNMem::weight = nullptr |
Pointer to row-major [O][I] weights.