Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c61 if (comp_max.half_words[0] > ref_max.half_words[0]) in compare_and_replace_if_larger()
63 ref_max.half_words[0] = comp_max.half_words[0]; in compare_and_replace_if_larger()
65 if (comp_max.half_words[1] > ref_max.half_words[1]) in compare_and_replace_if_larger()
67 ref_max.half_words[1] = comp_max.half_words[1]; in compare_and_replace_if_larger()
110 in.half_words[0] = MAX(in.half_words[0], act_min); in clamp_output()
111 in.half_words[0] = MIN(in.half_words[0], act_max); in clamp_output()
112 in.half_words[1] = MAX(in.half_words[1], act_min); in clamp_output()
113 in.half_words[1] = MIN(in.half_words[1], act_max); in clamp_output()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h108 int16_t half_words[2]; member