Method LRN
LRN(TensorFloat, TensorFloat, float, float, float, int)
Normalizes the input tensor over local input regions.
Declaration
void LRN(TensorFloat X, TensorFloat O, float alpha, float beta, float bias, int size)
Parameters
Type | Name | Description |
---|---|---|
TensorFloat | X | The input tensor. |
TensorFloat | O | The output tensor to be computed and filled. |
float | alpha | The scaling parameter to use for the normalization. |
float | beta | The exponent to use for the normalization. |
float | bias | The bias value to use for the normalization. |
int | size | The number of channels to sum over. |