NeuroTIC 0.0
Loading...
Searching...
No Matches
net_s Struct Reference

Root structural container of a NeuroTIC network. More...

#include <ntcore.h>

Collaboration diagram for net_s:

Data Fields

input_t inputs
 
layer_t layers
 
uint16_t * neurons
 
data_t ** in
 
neuron_s ** nn
 
wiring_swiring
 
data_t **** bff
 
data_t ** out
 

Detailed Description

Root structural container of a NeuroTIC network.

Represents the complete structural topology and memory graph required to execute a network instance.

The network owns its internal structures. External input sources are considered external references.

Field Documentation

◆ bff

data_t**** net_s::bff

Buffer reference sets.

Referenced by buildnet().

◆ in

data_t** net_s::in

External input references.

Referenced by buildnet().

◆ inputs

input_t net_s::inputs

Number of external inputs.

Referenced by buildnet(), and loadnet().

◆ layers

layer_t net_s::layers

◆ neurons

uint16_t* net_s::neurons

◆ nn

neuron_s** net_s::nn

Layered neuron arrays.

Referenced by buildnet(), feedforward(), loadnet(), newdense(), newfeedforward(), randnet(), and savenet().

◆ out

data_t** net_s::out

Output references.

Referenced by buildnet(), and feedforward().

◆ wiring

wiring_s* net_s::wiring

Wiring descriptors per layer.

Referenced by buildnet(), loadnet(), newdense(), newfeedforward(), and savenet().


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