Type Alias TensorDimensions

Source
pub type TensorDimensions = Vec<u32>;
Expand description

The dimensions of a tensor.

The array length matches the tensor rank and each element in the array describes the size of each dimension

Aliased Typeยง

struct TensorDimensions { /* private fields */ }