Struct cmsis_nn_mirror_pad_params¶
Defined in File arm_nn_types.h
Struct Documentation¶
-
struct cmsis_nn_mirror_pad_params¶
CMSIS-NN object for the mirror_pad operator
Public Members
-
int32_t rank¶
Rank of the input tensor (range: [1, 8])
-
const int32_t *input_shape¶
Input shape array (length = rank)
-
const int32_t *output_shape¶
Output shape array (length = rank)
-
const int32_t *pad_before¶
Padding before each dimension (length = rank)
-
int32_t mode¶
0 = REFLECT, 1 = SYMMETRIC
-
int32_t rank¶