pub type ArcTensor<A, D = Ix2> = TensorBase<OwnedArcRepr<A>, D>;Expand description
a type alias for a TensorBase setup to use a shared, thread-safe internal
representation of the data.
Aliased Typeยง
pub struct ArcTensor<A, D = Ix2> { /* private fields */ }