pub fn sdca_shrink_l1<O0: Into<Output>>( weights: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SdcaShrinkL1::new().build(weights, scope).
SdcaShrinkL1::new().build(weights, scope)