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