Beatmup
Beatmup::NNets::Model::UserOutput Struct Reference

A user-defined output descriptor. More...

Public Attributes

int index
 operation output index to fetch data from More...
 
std::vector< float > data
 container to store the data More...
 

Detailed Description

A user-defined output descriptor.

Definition at line 108 of file model.h.

Member Data Documentation

◆ index

int Beatmup::NNets::Model::UserOutput::index

operation output index to fetch data from

Definition at line 109 of file model.h.

◆ data

std::vector<float> Beatmup::NNets::Model::UserOutput::data

container to store the data

Definition at line 110 of file model.h.


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