Skip to main content

Shape

Type Alias Shape 

Source
pub type Shape = Vec<usize>;
Expand description

Shape type for tensor dimensions.

Aliased Typeยง

pub struct Shape { /* private fields */ }