Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c86 const int32_t feature_batches = weights_feature_dims->n; in arm_svdf_s8() local
88 const int32_t unit_count = feature_batches / rank; in arm_svdf_s8()
95 (size_t)(input_batches * feature_batches * time_batches * (int32_t)sizeof(int16_t))); in arm_svdf_s8()
99 … q15_t *res_ptr = state_data + (time_batches * i_batch * feature_batches) + (time_batches - 1); in arm_svdf_s8()
112 feature_batches, in arm_svdf_s8()
129 for (int i_feature_batch = 0; i_feature_batch < feature_batches; i_feature_batch++) in arm_svdf_s8()
169 if (unit_count == feature_batches) in arm_svdf_s8()
173 q31_t *output_temp = buffer_b + i * feature_batches; in arm_svdf_s8()
174 const q31_t *ptr_a = buffer_a + i * feature_batches; in arm_svdf_s8()
177 for (int j = 0; j < feature_batches; j++) in arm_svdf_s8()
[all …]