Beatmup
Beatmup::NNets::Model::Connection Struct Reference

Connection descriptor. More...

Public Attributes

AbstractOperationdest
 destination operation More...
 
int output
 output index More...
 
int input
 input index More...
 
int shuffle
 shuffling step (details here) More...
 

Detailed Description

Connection descriptor.

For a given source operation describes a connection with another operation.

Definition at line 98 of file model.h.

Member Data Documentation

◆ dest

AbstractOperation* Beatmup::NNets::Model::Connection::dest

destination operation

Definition at line 99 of file model.h.

◆ output

int Beatmup::NNets::Model::Connection::output

output index

Definition at line 100 of file model.h.

◆ input

int Beatmup::NNets::Model::Connection::input

input index

Definition at line 101 of file model.h.

◆ shuffle

int Beatmup::NNets::Model::Connection::shuffle

shuffling step (details here)

Definition at line 102 of file model.h.


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