|
SHL 2.2.x
|
#include <csinn_data_structure.h>
Public Attributes | |
| struct csinn_params_base | base |
| int32_t * | out_strides |
| int32_t * | out_extents |
| int32_t | n |
| int32_t * | inner_strides |
| int32_t * | inner_extents |
| int32_t | m |
| int32_t * | axis |
| int32_t | axis_count |
| bool | keepdims |
CSI-NN reduce params
| struct csinn_params_base csinn_reduce_params::base |
The basic information of the operator
| int32_t* csinn_reduce_params::out_strides |
Outer step
| int32_t* csinn_reduce_params::out_extents |
Outer extension
| int32_t csinn_reduce_params::n |
The number of latitudes on the outer layer
| int32_t* csinn_reduce_params::inner_strides |
Inner step
| int32_t* csinn_reduce_params::inner_extents |
Inner extension
| int32_t csinn_reduce_params::m |
The number of latitudes in the inner layer
| int32_t* csinn_reduce_params::axis |
Axis
| int32_t csinn_reduce_params::axis_count |
The number of axes
| bool csinn_reduce_params::keepdims |
The number of latitude saved