Type Alias ReluLayer

Source
pub type ReluLayer<S, D> = LayerBase<ReLU, S, D>;
Expand description

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

Aliased Typeยง

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