Type Alias tract_core::internal::tract_ndarray::ArcArray1

source ·
pub type ArcArray1<A> = ArrayBase<OwnedArcRepr<A>, Dim<[usize; 1]>>;
Expand description

one-dimensional shared ownership array

Aliased Type§

struct ArcArray1<A> { /* private fields */ }