Searched refs:input_channels (Results 1 – 2 of 2) sorted by relevance
55 const int32_t input_channels, in arm_nn_transpose_conv_row_s8_s32() argument65 const int32_t skip_pre_rows = skip_rows_top * rhs_cols * input_channels; in arm_nn_transpose_conv_row_s8_s32()66 const int32_t skip_post_rows = skip_rows_bottom * rhs_cols * input_channels; in arm_nn_transpose_conv_row_s8_s32()96 … for (int32_t channel_count = input_channels; channel_count > 3; channel_count -= 4) in arm_nn_transpose_conv_row_s8_s32()102 lhs_temp += input_channels; in arm_nn_transpose_conv_row_s8_s32()106 lhs_temp += input_channels; in arm_nn_transpose_conv_row_s8_s32()110 lhs_temp += input_channels; in arm_nn_transpose_conv_row_s8_s32()131 for (int32_t i = 0; i < (input_channels & 0b11); i++) in arm_nn_transpose_conv_row_s8_s32()135 lhs_temp += input_channels; in arm_nn_transpose_conv_row_s8_s32()137 lhs_temp += input_channels; in arm_nn_transpose_conv_row_s8_s32()[all …]
1053 const int32_t input_channels,