Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/TransposeFunctions/
Darm_transpose_s8.c85 int32_t block_count = src_rows; in arm_transpose_s8_nhcw() local
86 while (block_count > 0) in arm_transpose_s8_nhcw()
88 mve_pred16_t p = vctp16q(block_count); in arm_transpose_s8_nhcw()
95 block_count -= 8; in arm_transpose_s8_nhcw()
/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_s8.c168 int32_t block_count = time_batches >> 2; in arm_svdf_s8() local
169 for (int i = 0; i < block_count; i++) in arm_svdf_s8()
Darm_svdf_state_s16_s8.c155 int32_t block_count = time_batches >> 1; in arm_svdf_state_s16_s8() local
156 for (int i = 0; i < block_count; i++) in arm_svdf_state_s16_s8()