Home
last modified time | relevance | path

Searched defs:max (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_u8.c60 uint8_t max = *input; in arm_softmax_u8() local
Darm_nn_softmax_common_s8.c73 int8_t max = *input; in arm_nn_softmax_common_s8() local
Darm_softmax_s16.c58 int16_t max = *input; in arm_softmax_s16() local
Darm_softmax_s8.c103 int8_t max = ACT_MIN; in arm_softmax_s8() local
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c43 const int16x8_t max = vmaxq_s16(op_1, op_2); in compare_and_replace_if_larger() local
89 const int16x8_t max = vdupq_n_s16((int16_t)act_max); in clamp_output() local
Darm_max_pool_s8.c43 const int8x16_t max = vmaxq_x_s8(op_1, op_2, p); in compare_and_replace_if_larger_q7() local
/cmsis-nn-latest/Include/
Darm_nn_types.h118 int32_t max; /**< Max value used to clamp the result */ member