tensorflow::ops

Function sdca_shrink_l1

Source
pub fn sdca_shrink_l1<O0: Into<Output>>(
    weights: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for SdcaShrinkL1::new().build(weights, scope).