pub fn sdca_shrink_l1<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    weights: &[&T0]
) -> Result<()>
Expand description

Shorthand for SdcaShrinkL1::new().call(&ctx, &weights).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SdcaShrinkL1