pub type LinearLayer<S, D> = LayerBase<Linear, S, D>;
A type alias for a LayerBase configured with a Linear activation function.
LayerBase
Linear
pub struct LinearLayer<S, D> { /* private fields */ }