#include <nnet_dense.h>
Public Types | |
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 |
Public Attributes | |
int | io_type = io_parallel |
int | n_zeros = 0 |
int | reuse_factor = 1 |
int | strategy = latency |
Static Public Attributes | |
static const unsigned | n_in = 10 |
static const unsigned | n_out = 10 |
static const bool | store_weights_in_bram = false |
Definition at line 10 of file nnet_dense.h.
typedef float nnet::dense_config::accum_t |
Definition at line 14 of file nnet_dense.h.
typedef float nnet::dense_config::bias_t |
Definition at line 12 of file nnet_dense.h.
using nnet::dense_config::product = nnet::product::mult<x_T, y_T> |
Definition at line 29 of file nnet_dense.h.
typedef float nnet::dense_config::weight_t |
Definition at line 13 of file nnet_dense.h.
int nnet::dense_config::io_type = io_parallel |
Definition at line 21 of file nnet_dense.h.
|
static |
Definition at line 17 of file nnet_dense.h.
|
static |
Definition at line 18 of file nnet_dense.h.
int nnet::dense_config::n_zeros = 0 |
Definition at line 25 of file nnet_dense.h.
int nnet::dense_config::reuse_factor = 1 |
Definition at line 23 of file nnet_dense.h.
|
static |
Definition at line 24 of file nnet_dense.h.
int nnet::dense_config::strategy = latency |
Definition at line 22 of file nnet_dense.h.