Function tensorflow::ops::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).