#include <tau_parameters.h>
Public Types | |
typedef model_default_t | accum_t |
typedef bias5_t | bias_t |
typedef layer5_index | index_t |
template<class x_T , class y_T > | |
using | product = nnet::product::mult< x_T, y_T > |
typedef weight5_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 = 25 |
static const unsigned | n_nonzeros = 250 |
static const unsigned | n_out = 25 |
static const unsigned | n_zeros = 375 |
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 |
Definition at line 60 of file tau_parameters.h.
typedef model_default_t config5::accum_t |
Definition at line 70 of file tau_parameters.h.
typedef bias5_t config5::bias_t |
Definition at line 71 of file tau_parameters.h.
typedef layer5_index config5::index_t |
Definition at line 73 of file tau_parameters.h.
using config5::product = nnet::product::mult<x_T, y_T> |
Definition at line 75 of file tau_parameters.h.
typedef weight5_t config5::weight_t |
Definition at line 72 of file tau_parameters.h.
|
static |
Definition at line 63 of file tau_parameters.h.
|
static |
Definition at line 68 of file tau_parameters.h.
|
static |
Definition at line 61 of file tau_parameters.h.
|
static |
Definition at line 67 of file tau_parameters.h.
|
static |
Definition at line 62 of file tau_parameters.h.
|
static |
Definition at line 66 of file tau_parameters.h.
|
static |
Definition at line 65 of file tau_parameters.h.
|
static |
Definition at line 69 of file tau_parameters.h.
|
static |
Definition at line 64 of file tau_parameters.h.