Searched defs:voffset1 (Results 1 – 3 of 3) sorted by relevance
/external/ComputeLibrary/src/cpu/kernels/add/generic/sve2/ |
D | qasymm8_signed.cpp | 71 …const auto voffset1 = is_broadcast_input_2 ? svdup_n_s32(iq1_info.offset) : svdup_n_s32(iq2_info.o… in add_qasymm8_signed_sve2() local 134 const auto voffset1 = svdup_n_s32(iq1_info.offset); in add_qasymm8_signed_sve2() local
|
D | qasymm8.cpp | 71 …const svint32_t voffset1 = is_broadcast_input_2 ? svdup_n_s32(iq1_info.offset) : svdup_n_s32(iq2… in add_qasymm8_sve2() local 136 const auto voffset1 = svdup_n_s32(iq1_info.offset); in add_qasymm8_sve2() local
|
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/ |
D | impl.h | 614 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_arithm_op_quantized_loop() 632 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_arithm_op_quantized_singed_loop() 681 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_comp_op_quantized_loop() 699 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_comp_op_quantized_signed_loop() 822 const int32x4_t voffset1 = vdupq_n_s32(input1_qinfo.offset); in elementwise_op_quantized() local 929 const int32x4_t voffset1 = vdupq_n_s32(input1_qinfo.offset); in elementwise_comp_quantized_signed() local 1036 const int32x4_t voffset1 = vdupq_n_s32(input1_qinfo.offset); in elementwise_op_quantized_signed() local
|