pub type ShallowParamsBase<S, D, A = f32> = ModelParamsBase<S, D, ParamsBase<S, D, A>, A>;Expand description
a type alias for a shallow representation of the ModelParamsBase using a single
ParamsBase instance as the hidden layer.
Aliased Typeยง
pub struct ShallowParamsBase<S, D, A = f32> { /* private fields */ }