Home
last modified time | relevance | path

Searched refs:row_x_col (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c58 const uint16_t row_x_col, in arm_nn_depthwise_conv_nt_t_padded_s8() argument
78 const int8_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
79 const int8_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
80 const int8_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
82 for (int i_row_x_col = 0; i_row_x_col < row_x_col; i_row_x_col++) in arm_nn_depthwise_conv_nt_t_padded_s8()
159 (void)row_x_col; in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s8.c57 const uint16_t row_x_col, in arm_nn_depthwise_conv_nt_t_s8() argument
77 const int8_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_s8()
78 const int8_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_s8()
79 const int8_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_s8()
82 for (int i_row_x_col = 0; i_row_x_col < row_x_col; i_row_x_col++) in arm_nn_depthwise_conv_nt_t_s8()
161 (void)row_x_col; in arm_nn_depthwise_conv_nt_t_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h441 const uint16_t row_x_col,
482 const uint16_t row_x_col,