Type Alias ArcTensor

Source
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 */ }