CMS 3D CMS Logo

List of all members | Public Types | Static Public Attributes
nnet::activ_config Struct Reference

#include <nnet_activation.h>

Inheritance diagram for nnet::activ_config:
relu_config10 relu_config13 relu_config16 relu_config4 relu_config7 sigmoid_config19

Public Types

typedef ap_fixed< 18, 8 > table_t
 
typedef float table_t
 

Static Public Attributes

static const unsigned io_type = io_parallel
 
static const unsigned n_in = 10
 
static const unsigned reuse_factor = 1
 
static const unsigned table_size = 1024
 

Detailed Description

Definition at line 29 of file nnet_activation.h.

Member Typedef Documentation

◆ table_t [1/2]

typedef ap_fixed<18, 8> nnet::activ_config::table_t

Definition at line 22 of file nnet_activation.h.

◆ table_t [2/2]

Definition at line 42 of file nnet_activation.h.

Member Data Documentation

◆ io_type

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

Definition at line 37 of file nnet_activation.h.

◆ n_in

static const unsigned nnet::activ_config::n_in = 10
static

Definition at line 31 of file nnet_activation.h.

◆ reuse_factor

static const unsigned nnet::activ_config::reuse_factor = 1
static

Definition at line 38 of file nnet_activation.h.

◆ table_size

static const unsigned nnet::activ_config::table_size = 1024
static

Definition at line 34 of file nnet_activation.h.