Type Alias ha_ndarray::Shape

source ·
pub type Shape = Vec<usize>;
Expand description

The shape of an NDArray

Aliased Type§

struct Shape { /* private fields */ }