Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c87 const int32_t time_batches = weights_time_dims->h; in arm_svdf_s8() local
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()
108 time_batches, in arm_svdf_s8()
135 int32_t block_count = time_batches >> 1; in arm_svdf_s8()
146 for (; j < time_batches; j++) in arm_svdf_s8()
153 for (int j = 0; j < time_batches; j++) in arm_svdf_s8()