Dimension

Overview

The definitions & operations about dimension. More…

// structs

struct ov_dimension;

// global functions

ov_dimension_is_dynamic(const ov_dimension_t dim);

Detailed Documentation

The definitions & operations about dimension.

Global 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.