Searched refs:ip (Results 1 – 3 of 3) sorted by relevance
/cmsis-nn-3.7.0/Source/ActivationFunctions/ |
D | arm_relu6_s8.c | 56 int32_t ip = data[i]; in arm_relu6_s8() local 58 ip = MAX(ip, 0); in arm_relu6_s8() 59 data[i] = MIN(ip, 6); in arm_relu6_s8()
|
/cmsis-nn-3.7.0/Source/SoftmaxFunctions/ |
D | arm_softmax_s8.c | 110 const int8x16_t ip = vldrbq_z_s8(&input[i * 16], p); in arm_softmax_s8() local 111 max = vmaxvq_p_s8(max, ip, p); in arm_softmax_s8() 121 int32x4_t ip = vldrbq_s32(&input[idx * 4]); in arm_softmax_s8() local 122 ip = vsubq_n_s32(ip, max); in arm_softmax_s8() 123 mve_pred16_t p = vcmpgeq_n_s32(ip, diff_min); in arm_softmax_s8() 126 ip = vmulq_n_s32(ip, mask); in arm_softmax_s8() 128 int32x4_t res = MUL_SAT_MVE(ip, vdupq_n_s32(mult)); in arm_softmax_s8() 159 int32x4_t ip = vldrbq_s32(&input[idx]); in arm_softmax_s8() local 160 ip = vsubq_n_s32(ip, max); in arm_softmax_s8() 162 mve_pred16_t p = vcmpgeq_n_s32(ip, diff_min); in arm_softmax_s8() [all …]
|
/cmsis-nn-3.7.0/Tests/UnitTest/ |
D | README.md | 3 …tform (FVP) based on [Arm Corstone-300 software](https://developer.arm.com/ip-products/subsystem/c…
|