Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve2/
H A Dqasymm8.cpp34 return elementwise_arithmetic_quantized_op<uint8_t>(in1, in2, out, op, window); in sve2_qasymm8_elementwise_binary()
H A Dqasymm8_signed.cpp34 return elementwise_arithmetic_quantized_op<int8_t>(in1, in2, out, op, window); in sve2_qasymm8_signed_elementwise_binary()
H A Dimpl.h104 void elementwise_arithmetic_quantized_op(const ITensor *in1, const ITensor *in2, ITensor *out, Arit… in elementwise_arithmetic_quantized_op() function