Searched defs:max (Results 1 – 7 of 7) sorted by relevance
60 uint8_t max = *input; in arm_softmax_u8() local
73 int8_t max = *input; in arm_nn_softmax_common_s8() local
58 int16_t max = *input; in arm_softmax_s16() local
103 int8_t max = ACT_MIN; in arm_softmax_s8() local
43 const int16x8_t max = vmaxq_s16(op_1, op_2); in compare_and_replace_if_larger() local89 const int16x8_t max = vdupq_n_s16((int16_t)act_max); in clamp_output() local
43 const int8x16_t max = vmaxq_x_s8(op_1, op_2, p); in compare_and_replace_if_larger_q7() local
118 int32_t max; /**< Max value used to clamp the result */ member