A regularizer that applies a L1 regularization penalty.
The L1 regularization penalty is computed as:
``loss = l1 * reduceSum(abs(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.