Home
last modified time | relevance | path

Searched defs:base (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s16.c78 const int16_t base = softmax_params->exp_lut[index]; in arm_softmax_s16() local
100 const int16_t base = softmax_params->one_by_one_lut[index]; in arm_softmax_s16() local
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c34 static void compare_and_replace_if_larger(int16_t *base, const int16_t *target, int32_t length) in compare_and_replace_if_larger()
Darm_max_pool_s8.c34 static void compare_and_replace_if_larger_q7(int8_t *base, const int8_t *target, int32_t length) in compare_and_replace_if_larger_q7()