pub type ArcTensor<A, D> = TensorBase<OwnedArcRepr<A>, D>;Expand description
a type alias for a TensorBase with an owned representation
Aliased Typeยง
pub struct ArcTensor<A, D> { /* private fields */ }pub type ArcTensor<A, D> = TensorBase<OwnedArcRepr<A>, D>;a type alias for a TensorBase with an owned representation
pub struct ArcTensor<A, D> { /* private fields */ }