pub trait ShrinkLayerTraitConst: ActivationLayerTraitConst {
    fn as_raw_ShrinkLayer(&self) -> *const c_void;

    fn bias(&self) -> f32 { ... }
    fn lambd(&self) -> f32 { ... }
}

Required Methods

Provided Methods

Implementors