Searched refs:input2_val_low_high (Results 1 – 2 of 2) sorted by relevance
85 const int16x4_t input2_val_low_high = vget_high_s16(input2_val_low); in MulElementwise() local90 auto p3 = vmull_s16(input2_val_low_high, input1_val_low_high); in MulElementwise()177 const auto input2_val_low_high = vget_high_s16(input2_val_low); in MulSimpleBroadcast() local183 auto p3 = vmull_n_s16(input2_val_low_high, input1_val); in MulSimpleBroadcast()
86 const int16x4_t input2_val_low_high = vget_high_s16(input2_val_low); in AddElementwise() local93 int32x4_t x212 = vmovl_s16(input2_val_low_high); in AddElementwise()
Completed in 11 milliseconds