A regularizer that applies a L2 regularization penalty.
The L2 regularization penalty is computed as:
``loss = l2 * reduce_sum(square(x))``
Applies regularization to the input.
Value of L1 regularization penalty. Could be calculated during graph computations.
Value of L2 regularization penalty. Could be calculated during graph computations.