CMS 3D CMS Logo

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

#include <tau_parameters.h>

Inheritance diagram for config4:
nnet::layer_config

Public Types

typedef accum_default_t accum_t
 
typedef bias_default_t bias_t
 
typedef weight_default_t weight_t
 
- Public Types inherited from nnet::layer_config
typedef float accum_t
 
typedef float bias_t
 
typedef float weight_t
 

Static Public Attributes

static const unsigned io_type = nnet::io_parallel
 
static const unsigned n_in = 10
 
static const unsigned n_out = 1
 
static const unsigned n_zeros = 0
 
static const unsigned reuse_factor = 1
 
static const bool store_weights_in_bram = false
 
- Static Public Attributes inherited from nnet::layer_config
static const unsigned io_type = io_parallel
 
static const unsigned n_in = 10
 
static const unsigned n_out = 10
 
static const unsigned n_zeros = 0
 
static const unsigned reuse_factor = 1
 
static const bool store_weights_in_bram = false
 
static const bool use_lowlatency = true
 

Detailed Description

Definition at line 82 of file tau_parameters.h.

Member Typedef Documentation

◆ accum_t

Definition at line 90 of file tau_parameters.h.

◆ bias_t

Definition at line 91 of file tau_parameters.h.

◆ weight_t

Definition at line 92 of file tau_parameters.h.

Member Data Documentation

◆ io_type

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

Definition at line 85 of file tau_parameters.h.

◆ n_in

const unsigned config4::n_in = 10
static

Definition at line 83 of file tau_parameters.h.

◆ n_out

const unsigned config4::n_out = 1
static

Definition at line 84 of file tau_parameters.h.

◆ n_zeros

const unsigned config4::n_zeros = 0
static

Definition at line 88 of file tau_parameters.h.

◆ reuse_factor

const unsigned config4::reuse_factor = 1
static

Definition at line 86 of file tau_parameters.h.

◆ store_weights_in_bram

const bool config4::store_weights_in_bram = false
static

Definition at line 89 of file tau_parameters.h.