SHL 2.2.x
|
#include <csinn_data_structure.h>
Public Attributes | |
struct csinn_params_base | base |
int32_t * | pad_before |
int32_t * | pad_after |
int32_t | pad_num |
float | pad_value |
enum csinn_pad_enum | pad_mode |
CSI-NN pad params
struct csinn_params_base csinn_pad_params::base |
The basic information of the operator
int32_t* csinn_pad_params::pad_before |
The number of front padding
int32_t* csinn_pad_params::pad_after |
The number of back padding
int32_t csinn_pad_params::pad_num |
Pad length
float csinn_pad_params::pad_value |
Pad value
enum csinn_pad_enum csinn_pad_params::pad_mode |
Pad mode