Searched defs:acc_s16 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Ddepthwiseconv_uint8.h1838 int16x4_t acc_s16[4]; local
1840 acc_s16[j] = vqmovn_s32(acc[j]);
1842 const int16x8_t res_s16_0 = vcombine_s16(acc_s16[0], acc_s16[1]);
1843 const int16x8_t res_s16_1 = vcombine_s16(acc_s16[2], acc_s16[3]);
1895 const int16x4_t acc_s16 = vqmovn_s32(acc); local
1896 const int16x8_t res_s16 = vcombine_s16(acc_s16, acc_s16);

Completed in 54 milliseconds