openGPMP
Open Source Mathematics Package
Public Attributes | List of all members
gpmp::ml::layer Struct Reference

#include <mlp_net.hpp>

Public Attributes

int64_t num_neurons
 
neuronneuron_ptr
 

Detailed Description

Definition at line 79 of file mlp_net.hpp.

Member Data Documentation

◆ neuron_ptr

neuron* gpmp::ml::layer::neuron_ptr

Definition at line 81 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().

◆ num_neurons

int64_t gpmp::ml::layer::num_neurons

Definition at line 80 of file mlp_net.hpp.

Referenced by gpmp::ml::PrimaryMLP::PrimaryMLP().


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