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

#include <Types.h>

Data Fields

int8_t start_indices_count
 
int16_t start_indices [4]
 
int8_t stop_indices_count
 
int16_t stop_indices [4]
 
int8_t strides_count
 
int16_t strides [4]
 
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 362 of file Types.h.

Field Documentation

◆ begin_mask

int16_t nnfw::cker::StridedSliceParams::begin_mask

◆ ellipsis_mask

int16_t nnfw::cker::StridedSliceParams::ellipsis_mask

◆ end_mask

int16_t nnfw::cker::StridedSliceParams::end_mask

◆ new_axis_mask

int16_t nnfw::cker::StridedSliceParams::new_axis_mask

◆ shrink_axis_mask

int16_t nnfw::cker::StridedSliceParams::shrink_axis_mask

◆ start_indices

int16_t nnfw::cker::StridedSliceParams::start_indices[4]

◆ start_indices_count

int8_t nnfw::cker::StridedSliceParams::start_indices_count

◆ stop_indices

int16_t nnfw::cker::StridedSliceParams::stop_indices[4]

◆ stop_indices_count

int8_t nnfw::cker::StridedSliceParams::stop_indices_count

◆ strides

◆ strides_count

int8_t nnfw::cker::StridedSliceParams::strides_count

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