struct ov_shape_t

Overview

Reprents a static shape. More…

#include <ov_shape.h>

struct ov_shape_t
{
    // fields

    int64_t rank;
    int64_t \* dims;
};

Detailed Documentation

Reprents a static shape.

Fields

int64_t rank

the rank of shape

int64_t \* dims

the dims of shape