Home
last modified time | relevance | path

Searched refs:i_batch (Results 1 – 13 of 13) sorted by relevance

/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_state_s16_s8.c108 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_state_s16_s8() local
110 … int16_t *res_ptr = state_data + (time_batches * i_batch * feature_batches) + (time_batches - 1); in arm_svdf_state_s16_s8()
112 const int8_t *input = input_data + i_batch * input_height; in arm_svdf_state_s16_s8()
136 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_state_s16_s8() local
197 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_state_s16_s8() local
199 int32_t *output_data_temp = buffer_b + i_batch * unit_count; in arm_svdf_state_s16_s8()
200 int32_t *ptr_a = buffer_a + i_batch * feature_batches; in arm_svdf_state_s16_s8()
217 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_state_s16_s8() local
219 int32_t *output_data_temp = buffer_b + i_batch * unit_count; in arm_svdf_state_s16_s8()
220 int32_t *ptr_a = buffer_a + i_batch * feature_batches; in arm_svdf_state_s16_s8()
Darm_svdf_s8.c118 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_s8() local
120 … int8_t *res_ptr = state_data + (time_batches * i_batch * feature_batches) + (time_batches - 1); in arm_svdf_s8()
121 const int8_t *input = input_data + i_batch * input_height; in arm_svdf_s8()
149 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_s8() local
212 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_s8() local
214 int32_t *output_data_temp = buffer_b + i_batch * unit_count; in arm_svdf_s8()
215 int32_t *ptr_a = buffer_a + i_batch * feature_batches; in arm_svdf_s8()
232 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_svdf_s8() local
234 int32_t *output_data_temp = buffer_b + i_batch * unit_count; in arm_svdf_s8()
235 int32_t *ptr_a = buffer_a + i_batch * feature_batches; in arm_svdf_s8()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_1x1_s4.c80 for (int i_batch = 0; i_batch < batch; i_batch++) in arm_convolve_1x1_s4() local
82 input_data = input_data_ref + (i_batch * rhs_cols * input_dims->w * input_dims->h); in arm_convolve_1x1_s4()
Darm_convolve_1x1_s8.c80 for (int i_batch = 0; i_batch < batch; i_batch++) in arm_convolve_1x1_s8() local
82 input_data = input_data_ref + (i_batch * rhs_cols * input_dims->w * input_dims->h); in arm_convolve_1x1_s8()
Darm_convolve_1_x_n_s4.c99 for (int i_batch = 0; i_batch < input_dims->n; i_batch++) in arm_convolve_1_x_n_s4() local
Darm_convolve_1_x_n_s8.c117 for (int i_batch = 0; i_batch < input_dims->n; i_batch++) in arm_convolve_1_x_n_s8() local
Darm_convolve_s4.c95 int i_batch; in arm_convolve_s4() local
96 for (i_batch = 0; i_batch < input_batches; i_batch++) in arm_convolve_s4()
Darm_depthwise_conv_s4.c73 int i_batch; in depthwise_conv_s4_generic() local
78 for (i_batch = 0; i_batch < input_batches; i_batch++) in depthwise_conv_s4_generic()
369 for (i_batch = 0; i_batch < input_batches; i_batch++) in depthwise_conv_s4_generic()
Darm_convolve_s16.c97 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_convolve_s16() local
Darm_depthwise_conv_fast_s16.c107 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_depthwise_conv_fast_s16() local
229 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_depthwise_conv_fast_s16() local
Darm_depthwise_conv_s8.c184 int i_batch; in depthwise_conv_s8_generic() local
186 for (i_batch = 0; i_batch < input_batches; i_batch++) in depthwise_conv_s8_generic()
Darm_convolve_s8.c106 for (int i_batch = 0; i_batch < input_batches; i_batch++) in arm_convolve_s8() local
Darm_depthwise_conv_s16.c158 for (int i_batch = 0; i_batch < input_batches; i_batch++) in depthwise_conv_s16_generic_s16() local