Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3972 uint16x8_t exp_value2 = in SoftmaxInt8LUT() local
3976 exp_value2 = vaddw_u8(exp_value2, vget_low_u8(output2)); in SoftmaxInt8LUT()
3979 sum_4 = vpadalq_u16(sum_4, exp_value2); in SoftmaxInt8LUT()
4016 uint16x8_t exp_value2 = in SoftmaxInt8LUT() local
4020 exp_value2 = vaddw_u8(exp_value2, vget_low_u8(output2)); in SoftmaxInt8LUT()
4028 vreinterpretq_s32_u32(vmovl_u16(vget_high_u16(exp_value2))); in SoftmaxInt8LUT()
4030 vreinterpretq_s32_u32(vmovl_u16(vget_low_u16(exp_value2))); in SoftmaxInt8LUT()