Home
last modified time | relevance | path

Searched refs:output_channels (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_transpose_conv_row_s8_s32.c56 const int32_t output_channels, in arm_nn_transpose_conv_row_s8_s32() argument
74 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 …]
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1054 const int32_t output_channels,