Type Alias Tensor

Source
pub type Tensor<T> = ArcArray<T, IxDyn>;

Aliased Typeยง

pub struct Tensor<T> { /* private fields */ }