pub type Shape = SmallVec<[usize; 6]>;
Shape type - dimensions of a tensor. Uses SmallVec for stack allocation of small shapes (up to 6 dimensions).
SmallVec
pub struct Shape { /* private fields */ }