struct ov_dimension

Overview

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

#include <ov_dimension.h>

struct ov_dimension
{
    // fields

    int64_t min;
    int64_t max;
};

Detailed Documentation

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

Fields

int64_t min

The lower inclusive limit for the dimension.

int64_t max

The upper inclusive limit for the dimension.