D | impl.h | 614 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_arithm_op_quantized_loop() argument 622 const float32x4x4_t bf = load_quantized(input2_ptr + x, voffset2, 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() argument 640 const float32x4x4_t bf = load_quantized_signed(input2_ptr + x, voffset2, 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() argument 689 const float32x4x4_t bf = load_quantized(input2_ptr + x, voffset2, 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() argument 707 const float32x4x4_t bf = load_quantized_signed(input2_ptr + x, voffset2, vscale2); in elementwise_comp_op_quantized_signed_loop() 826 const int32x4_t voffset2 = vdupq_n_s32(input2_qinfo.offset); in elementwise_op_quantized() local 843 …indow_start_x, window_end_x, window_step_x, input1_ptr, input2_ptr, output_ptr, voffset1, voffset2, in elementwise_op_quantized() [all …]
|