pub type DTensor<T, const N: usize, A = Global> = Tensor<T, Rank<N>, A>;Expand description
Multidimensional array with dynamically-sized dimensions and dense layout.
Aliased Typeยง
pub struct DTensor<T, const N: usize, A = Global> { /* private fields */ }