pub type DTensor<T, const N: usize, A = Global> = Tensor<T, <[usize; N] as IntoShape>::IntoShape, 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 */ }