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