Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c54 const uint16_t row_x_col, in arm_nn_depthwise_conv_nt_t_s16() argument
69 const int16_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_s16()
70 const int16_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_s16()
71 const int16_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_s16()
78 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_s16()
162 (void)row_x_col; in arm_nn_depthwise_conv_nt_t_s16()
Darm_nn_depthwise_conv_nt_t_padded_s8.c66 const uint16_t row_x_col, in arm_nn_depthwise_conv_nt_t_padded_s8() argument
90 const int8_t *lhs_1 = lhs + row_x_col * CH_IN_BLOCK_MVE + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
91 const int8_t *lhs_2 = lhs + (row_x_col * CH_IN_BLOCK_MVE * 2) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
92 const int8_t *lhs_3 = lhs + (row_x_col * CH_IN_BLOCK_MVE * 3) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
94 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()
167 (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
81 const int8_t *lhs_1 = lhs + row_x_col * CH_IN_BLOCK_MVE + offset; in arm_nn_depthwise_conv_nt_t_s8()
82 const int8_t *lhs_2 = lhs + (row_x_col * CH_IN_BLOCK_MVE * 2) + offset; in arm_nn_depthwise_conv_nt_t_s8()
83 const int8_t *lhs_3 = lhs + (row_x_col * CH_IN_BLOCK_MVE * 3) + offset; in arm_nn_depthwise_conv_nt_t_s8()
86 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()
160 (void)row_x_col; in arm_nn_depthwise_conv_nt_t_s8()
Darm_nn_depthwise_conv_nt_t_s4.c59 const uint16_t row_x_col, in arm_nn_depthwise_conv_nt_t_s4() argument
85 const int8_t *lhs_1 = lhs + row_x_col * S4_CH_IN_BLOCK_MVE + offset; in arm_nn_depthwise_conv_nt_t_s4()
86 const int8_t *lhs_2 = lhs + (row_x_col * S4_CH_IN_BLOCK_MVE * 2) + offset; in arm_nn_depthwise_conv_nt_t_s4()
87 const int8_t *lhs_3 = lhs + (row_x_col * S4_CH_IN_BLOCK_MVE * 3) + offset; in arm_nn_depthwise_conv_nt_t_s4()
93 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_s4()
137 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_s4()
218 (void)row_x_col; in arm_nn_depthwise_conv_nt_t_s4()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h756 const uint16_t row_x_col,
799 const uint16_t row_x_col,
843 const uint16_t row_x_col,
880 const uint16_t row_x_col,