Struct cmsis_nn_dw_conv_params¶
Defined in File arm_nn_types.h
Struct Documentation¶
-
struct cmsis_nn_dw_conv_params¶
CMSIS-NN object for the depthwise convolution layer parameters
Public Members
-
int32_t input_offset¶
The negative of the zero value for the input tensor
-
int32_t output_offset¶
The negative of the zero value for the output tensor
-
int32_t ch_mult¶
Channel Multiplier. ch_mult * in_ch = out_ch
-
cmsis_nn_tile stride¶
-
cmsis_nn_tile padding¶
-
cmsis_nn_tile dilation¶
-
cmsis_nn_activation activation¶
-
int32_t input_offset¶