Type Alias tract_core::internal::tract_ndarray::ArcArray2

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

two-dimensional shared ownership array

Aliased Type§

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