|
SHL 2.2.x
|
#include <csinn_data_structure.h>
Public Attributes | |
| struct csinn_params_base | base |
| int32_t | group |
| int32_t | stride_width |
| int32_t | dilation_width |
| int32_t | pad_left |
| int32_t | pad_right |
CSI-NN conv1d params
| struct csinn_params_base csinn_conv1d_params::base |
The basic information of the operator
| int32_t csinn_conv1d_params::group |
The number of convolutional groups
| int32_t csinn_conv1d_params::stride_width |
Horizontal step
| int32_t csinn_conv1d_params::dilation_width |
Horizontal expansion coefficient
| int32_t csinn_conv1d_params::pad_left |
The number of left padding
| int32_t csinn_conv1d_params::pad_right |
The number of right padding