Ray
Computes half the L2 norm of a tensor (w/o the sqrt): sum(x**2) / 2.
x – The input tensor.
The l2-loss output according to the above formula given x.
x