DeepParamsBase

Type Alias DeepParamsBase 

Source
pub type DeepParamsBase<S, D, A = f32> = ModelParamsBase<S, D, Vec<ParamsBase<S, D, A>>, A>;
Expand description

a type alias for a deep representation of the ModelParamsBase using a vector of parameters as the hidden layers.

Aliased Typeยง

pub struct DeepParamsBase<S, D, A = f32> { /* private fields */ }