SHL 2.2.x
|
#include <csinn_data_structure.h>
Public Attributes | |
struct csinn_params_base | base |
int32_t | range |
double | bias |
int32_t | bias_multiplier |
int32_t | bias_shift |
double | alpha |
int32_t | alpha_multiplier |
int32_t | alpha_shift |
double | beta |
int32_t | beta_multiplier |
int32_t | beta_shift |
CSI-NN lrn params
struct csinn_params_base csinn_lrn_params::base |
The basic information of the operator
int32_t csinn_lrn_params::range |
Compute the number of channels used
double csinn_lrn_params::bias |
bias coefficient
int32_t csinn_lrn_params::bias_multiplier |
The multiplier used for decimal point calculation, together with bias_shift to form bias
int32_t csinn_lrn_params::bias_shift |
The shift used for decimal point calculation
double csinn_lrn_params::alpha |
alpha coefficient
int32_t csinn_lrn_params::alpha_multiplier |
The multiplier used for decimal point calculation, together with alpha_shift to form alpha
int32_t csinn_lrn_params::alpha_shift |
The shift used for decimal point calculation
double csinn_lrn_params::beta |
beta coefficient
int32_t csinn_lrn_params::beta_multiplier |
The multiplier used for decimal point calculation, together with beta_shift to form beta
int32_t csinn_lrn_params::beta_shift |
The shift used for decimal point calculation