ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter_pal::StridedSliceParams Struct Reference

#include <Params.h>

Collaboration diagram for luci_interpreter_pal::StridedSliceParams:

Data Fields

int8_t start_indices_count
 
int32_t start_indices [5]
 
int8_t stop_indices_count
 
int32_t stop_indices [5]
 
int8_t strides_count
 
int32_t strides [5]
 
int16_t begin_mask
 
int16_t ellipsis_mask
 
int16_t end_mask
 
int16_t new_axis_mask
 
int16_t shrink_axis_mask
 

Detailed Description

Definition at line 160 of file Params.h.

Field Documentation

◆ begin_mask

int16_t luci_interpreter_pal::StridedSliceParams::begin_mask

Definition at line 169 of file Params.h.

◆ ellipsis_mask

int16_t luci_interpreter_pal::StridedSliceParams::ellipsis_mask

Definition at line 170 of file Params.h.

◆ end_mask

int16_t luci_interpreter_pal::StridedSliceParams::end_mask

Definition at line 171 of file Params.h.

◆ new_axis_mask

int16_t luci_interpreter_pal::StridedSliceParams::new_axis_mask

Definition at line 172 of file Params.h.

◆ shrink_axis_mask

int16_t luci_interpreter_pal::StridedSliceParams::shrink_axis_mask

Definition at line 173 of file Params.h.

◆ start_indices

int32_t luci_interpreter_pal::StridedSliceParams::start_indices[5]

Definition at line 163 of file Params.h.

◆ start_indices_count

int8_t luci_interpreter_pal::StridedSliceParams::start_indices_count

Definition at line 162 of file Params.h.

◆ stop_indices

int32_t luci_interpreter_pal::StridedSliceParams::stop_indices[5]

Definition at line 165 of file Params.h.

◆ stop_indices_count

int8_t luci_interpreter_pal::StridedSliceParams::stop_indices_count

Definition at line 164 of file Params.h.

◆ strides

int32_t luci_interpreter_pal::StridedSliceParams::strides[5]

Definition at line 167 of file Params.h.

Referenced by luci_interpreter_pal::StridedSlice().

◆ strides_count

int8_t luci_interpreter_pal::StridedSliceParams::strides_count

Definition at line 166 of file Params.h.


The documentation for this struct was generated from the following file: