Type Definition tract_hir::prelude::tract_ndarray::ArcArray1 [−][src]
pub type ArcArray1<A> = ArrayBase<OwnedArcRepr<A>, Dim<[usize; 1]>>;
Expand description
one-dimensional shared ownership array
pub type ArcArray1<A> = ArrayBase<OwnedArcRepr<A>, Dim<[usize; 1]>>;
one-dimensional shared ownership array