Group Dimension

group ov_dimension_c_api

The definitions & operations about dimension.

Functions

ov_dimension_is_dynamic(const ov_dimension_t dim)

Check this dimension whether is dynamic.

Parameters

dim – The dimension pointer that will be checked.

Returns

Boolean, true is dynamic and false is static.

struct ov_dimension
#include <ov_dimension.h>

This is a structure interface equal to ov::Dimension.

Public Members

int64_t min

The lower inclusive limit for the dimension.

int64_t max

The upper inclusive limit for the dimension.