Class that specifies parameters of the local response normalization layer.
More...
◆ LrnParameter()
Constructs the parameter of the local response normalization layer
- Parameters
-
context | Context to manage the parameter of the local response normalization layer |
◆ getAlpha()
Gets the value of hyper-parameter alpha
◆ getBeta()
Gets the value of hyper-parameter beta
◆ getDimension()
Gets the numeric table with index of type size_t to calculate local response normalization
◆ getKappa()
Gets the value of hyper-parameter kappa
◆ getNAdjust()
Gets the value of hyper-parameter n
◆ setAlpha()
void setAlpha |
( |
double |
alpha | ) |
|
Sets the value of hyper-parameter alpha
- Parameters
-
alpha | Value of hyper-parameter alpha |
◆ setBeta()
void setBeta |
( |
double |
beta | ) |
|
Sets the value of hyper-parameter beta
- Parameters
-
beta | Value of hyper-parameter beta |
◆ setDimension()
Sets the numeric table with index of type size_t to calculate local response normalization
- Parameters
-
dimension | Numeric table of with index of type size_t to calculate local response normalization |
◆ setKappa()
void setKappa |
( |
double |
kappa | ) |
|
Sets the value of hyper-parameter kappa
- Parameters
-
kappa | Value of hyper-parameter kappa |
◆ setNAdjust()
void setNAdjust |
( |
long |
nAdjust | ) |
|
Sets the value of hyper-parameter n
- Parameters
-
nAdjust | Value of hyper-parameter n |
The documentation for this class was generated from the following file: