This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
Reprents a static shape. More…
#include <ov_shape.h> struct ov_shape_t { // fields int64_t rank; int64_t \* dims; };
Reprents a static shape.
int64_t rank
the rank of shape
int64_t \* dims
the dims of shape