SHL 2.2.x
Loading...
Searching...
No Matches
csinn_pad_params Struct Reference

#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
 

Detailed Description

CSI-NN pad params

Member Data Documentation

◆ base

struct csinn_params_base csinn_pad_params::base

The basic information of the operator

◆ pad_before

int32_t* csinn_pad_params::pad_before

The number of front padding

◆ pad_after

int32_t* csinn_pad_params::pad_after

The number of back padding

◆ pad_num

int32_t csinn_pad_params::pad_num

Pad length

◆ pad_value

float csinn_pad_params::pad_value

Pad value

◆ pad_mode

enum csinn_pad_enum csinn_pad_params::pad_mode

Pad mode