Searched refs:output_channels (Results 1 – 2 of 2) sorted by relevance
56 const int32_t output_channels, in arm_nn_transpose_conv_row_s8_s32() argument74 for (int32_t i_out_channel = 0; i_out_channel < output_channels; i_out_channel++) in arm_nn_transpose_conv_row_s8_s32()153 output_temp += stride_x * output_channels; in arm_nn_transpose_conv_row_s8_s32()155 output_temp += stride_x * output_channels; in arm_nn_transpose_conv_row_s8_s32()157 output_temp += stride_x * output_channels; in arm_nn_transpose_conv_row_s8_s32()160 output_ptr0 += output_channels; in arm_nn_transpose_conv_row_s8_s32()261 output_temp += stride_x * output_channels; in arm_nn_transpose_conv_row_s8_s32()263 output_temp += stride_x * output_channels; in arm_nn_transpose_conv_row_s8_s32()265 output_temp += stride_x * output_channels; in arm_nn_transpose_conv_row_s8_s32()268 output_ptr0 += output_channels; in arm_nn_transpose_conv_row_s8_s32()[all …]
1054 const int32_t output_channels,