Type Alias openvino_sys::dimensions_t

source ·
pub type dimensions_t = dimensions;
Expand description

@struct dimensions @brief Represents dimensions for input or output data

Aliased Type§

struct dimensions_t {
    pub ranks: usize,
    pub dims: [usize; 8],
}

Fields§

§ranks: usize

!< A runk representing a number of dimensions

§dims: [usize; 8]

!< An array of dimensions