Type Definition autograd::ndarray_ext::NdArray[][src]

pub type NdArray<T> = Array<T, IxDyn>;
Expand description

alias for ndarray::Array<T, IxDyn>