Type Alias TanhLayer

Source
pub type TanhLayer<S, D> = LayerBase<Tanh, S, D>;
Expand description

A type alias for a LayerBase configured with a Tanh activation function.

Aliased Typeยง

pub struct TanhLayer<S, D> { /* private fields */ }