Shape

Type Alias Shape 

Source
pub type Shape = SmallVec<[usize; 6]>;
Expand description

Shape type - dimensions of a tensor. Uses SmallVec for stack allocation of small shapes (up to 6 dimensions).

Aliased Typeยง

pub struct Shape { /* private fields */ }