Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c233 const int32x4_t max_vec = vdupq_n_s32((int8_t)out_activation_max); in arm_svdf_s8() local
235 op = vminq_s32(op, max_vec); in arm_svdf_s8()