Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h156 int8x8_t lane_rhs; in vdotq_four_lane_s32() local
158 lane_rhs = vreinterpret_s8_s32( in vdotq_four_lane_s32()
161 lane_rhs = vreinterpret_s8_s32( in vdotq_four_lane_s32()
164 lane_rhs = vreinterpret_s8_s32( in vdotq_four_lane_s32()
167 lane_rhs = vreinterpret_s8_s32( in vdotq_four_lane_s32()
170 int32x4_t sum0 = vpaddlq_s16(vmull_s8(vget_low_s8(lhs), lane_rhs)); in vdotq_four_lane_s32()
171 int32x4_t sum1 = vpaddlq_s16(vmull_s8(vget_high_s8(lhs), lane_rhs)); in vdotq_four_lane_s32()