Applies local response normalization over an input signal composed of several input planes, where channels occupy the second dimension. Applies normalization across channels.
nnf_local_response_norm(input, size, alpha = 1e-04, beta = 0.75, k = 1)
the input tensor
amount of neighbouring channels used for normalization
multiplicative factor. Default: 0.0001
exponent. Default: 0.75
additive factor. Default: 1