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

type NdArray<T> = Array<T, IxDyn>;

alias for ndarray::Array<T, IxDyn>