Performs
Arguments
- input
input tensor of any shape
- p
(float) the exponent value in the norm formulation. Default: 2
- dim
(int) the dimension to reduce. Default: 1
- eps
(float) small value to avoid division by zero. Default: 1e-12
- out
(Tensor, optional) the output tensor. If
out
is used, this operation won't be differentiable.