CMS 3D CMS Logo

List of all members | Public Types | Static Public Attributes
config2 Struct Reference

#include <tau_parameters.h>

Inheritance diagram for config2:
nnet::dense_config

Public Types

typedef model_default_t accum_t
 
typedef bias2_t bias_t
 
typedef layer2_index index_t
 
template<class x_T , class y_T >
using product = nnet::product::mult< x_T, y_T >
 
typedef weight2_t weight_t
 
- Public Types inherited from nnet::dense_config
typedef float accum_t
 
typedef float bias_t
 
template<class x_T , class y_T >
using product = nnet::product::mult< x_T, y_T >
 
typedef float weight_t
 

Static Public Attributes

static const unsigned io_type = nnet::io_parallel
 
static const unsigned multiplier_limit = (( n_in * n_out + reuse_factor - 1) / reuse_factor ) - n_zeros / reuse_factor
 
static const unsigned n_in = 80
 
static const unsigned n_nonzeros = 795
 
static const unsigned n_out = 25
 
static const unsigned n_zeros = 1205
 
static const unsigned reuse_factor = 1
 
static const bool store_weights_in_bram = false
 
static const unsigned strategy = nnet::latency
 
- Static Public Attributes inherited from nnet::dense_config
static const unsigned n_in = 10
 
static const unsigned n_out = 10
 
static const bool store_weights_in_bram = false
 

Additional Inherited Members

- Public Attributes inherited from nnet::dense_config
int io_type = io_parallel
 
int n_zeros = 0
 
int reuse_factor = 1
 
int strategy = latency
 

Detailed Description

Definition at line 32 of file tau_parameters.h.

Member Typedef Documentation

◆ accum_t

Definition at line 42 of file tau_parameters.h.

◆ bias_t

Definition at line 43 of file tau_parameters.h.

◆ index_t

Definition at line 45 of file tau_parameters.h.

◆ product

template<class x_T , class y_T >
using config2::product = nnet::product::mult<x_T, y_T>

Definition at line 47 of file tau_parameters.h.

◆ weight_t

Definition at line 44 of file tau_parameters.h.

Member Data Documentation

◆ io_type

const unsigned config2::io_type = nnet::io_parallel
static

Definition at line 35 of file tau_parameters.h.

◆ multiplier_limit

const unsigned config2::multiplier_limit = (( n_in * n_out + reuse_factor - 1) / reuse_factor ) - n_zeros / reuse_factor
static

Definition at line 40 of file tau_parameters.h.

◆ n_in

const unsigned config2::n_in = 80
static

Definition at line 33 of file tau_parameters.h.

◆ n_nonzeros

const unsigned config2::n_nonzeros = 795
static

Definition at line 39 of file tau_parameters.h.

◆ n_out

const unsigned config2::n_out = 25
static

Definition at line 34 of file tau_parameters.h.

◆ n_zeros

const unsigned config2::n_zeros = 1205
static

Definition at line 38 of file tau_parameters.h.

◆ reuse_factor

const unsigned config2::reuse_factor = 1
static

Definition at line 37 of file tau_parameters.h.

◆ store_weights_in_bram

const bool config2::store_weights_in_bram = false
static

Definition at line 41 of file tau_parameters.h.

◆ strategy

const unsigned config2::strategy = nnet::latency
static

Definition at line 36 of file tau_parameters.h.