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

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Ddepthwiseconv_uint8.h952 int16x8_t filter_0 = vreinterpretq_s16_u16(vmovl_u8(filter_u8_0)); local
954 filter_0 = vaddq_s16(filter_0, vdupq_n_s16(filter_offset));
969 acc_0 = vmlal_s16(acc_0, vget_low_s16(input_0), vget_low_s16(filter_0));
971 vmlal_s16(acc_1, vget_high_s16(input_0), vget_high_s16(filter_0));
1163 int16x8_t filter_0 = vreinterpretq_s16_u16(vmovl_u8(filter_u8_0)); local
1167 filter_0 = vaddq_s16(filter_0, vdupq_n_s16(filter_offset));
1186 acc_0 = vmlal_n_s16(acc_0, vget_low_s16(filter_0), input);
1187 acc_1 = vmlal_n_s16(acc_1, vget_high_s16(filter_0), inpu
1223 int16x8_t filter_0 = vreinterpretq_s16_u16(vmovl_u8(filter_u8_0)); local
1429 int16x4_t filter_0 = vget_low_s16(filter_s16_0); local
[all...]
H A Ddepthwiseconv_float.h189 float32x4_t filter_0 = vld1q_f32(local_filter_ptr + 4 * 0); local
206 acc_0 = vmlaq_f32(acc_0, input_0, filter_0);
530 float32x4_t filter_0 = vld1q_f32(filter_ptr + 4 * 0); local
554 acc_0 = vmlaq_n_f32(acc_0, filter_0, input_val);
582 float32x4_t filter_0 = vld1q_f32(filter_ptr + 4 * 0); local
600 acc_0 = vmlaq_n_f32(acc_0, filter_0, input_val);

Completed in 67 milliseconds