Searched refs:filter_u8_x (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Ddepthwiseconv_uint8.h1217 // Then we load the 8 last bytes into filter_u8_x (x for 'extra').
1218 // This is redundant: the first 4 bytes of filter_u8_x are the same
1219 // as the last 4 bytes of filter_u8_x.
1222 uint8x8_t filter_u8_x = vld1_u8(filter_ptr + 8 * 1 + 4); local
1225 int16x8_t filter_x = vreinterpretq_s16_u16(vmovl_u8(filter_u8_x));

Completed in 94 milliseconds