Skip to main content

index_entry

family

Declared in clika_rt/clika_rt_core.h.

Members

NameDescription
clika_rt_index_entry_kind
clika_rt_index_entry

Enumerations

enum clika_rt_index_entry_kind

enum clika_rt_index_entry_kind

EnumeratorValueDescription
CLIKA_RT_INDEX_ENTRY_INT0
CLIKA_RT_INDEX_ENTRY_BOOL1
CLIKA_RT_INDEX_ENTRY_TENSOR2
CLIKA_RT_INDEX_ENTRY_SLICE3
CLIKA_RT_INDEX_ENTRY_ELLIPSIS4
CLIKA_RT_INDEX_ENTRY_NEW_AXIS5

Declared in clika_rt/clika_rt_core.h, line 474

Type aliases

using clika_rt_index_entry

using clika_rt_index_entry = struct clika_rt_index_entry

Declared in clika_rt/clika_rt_core.h, line 488

struct clika_rt_index_entry

struct

Data members

kind

int32_t kind

Declared in clika_rt/clika_rt_core.h, line 483

int_value

int64_t int_value

Declared in clika_rt/clika_rt_core.h, line 484

bool_value

uint8_t bool_value

Declared in clika_rt/clika_rt_core.h, line 485

tensor

clika_rt_tensor* tensor

Declared in clika_rt/clika_rt_core.h, line 486

slice

Declared in clika_rt/clika_rt_core.h, line 487