pub type DeepModelParams<A, D = Dim<[usize; 2]>> = ModelParamsBase<OwnedRepr<A>, D, Vec<ParamsBase<OwnedRepr<A>, D, A>>, A>;Expand description
a type alias for an owned representation of the DeepParamsBase generic of type A and
the dimension D.
Aliased Typeยง
pub struct DeepModelParams<A, D = Dim<[usize; 2]>> { /* private fields */ }