Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dimpl.h161 inline ScalarType elementwise_arithm_op_scalar(const ScalarType &a, const ScalarType &b) in elementwise_arithm_op_scalar() function
272 … &elementwise_arithm_op_scalar<op, scalar_type>, in elementwise_arithm_op()
564 return quantize_qasymm8(elementwise_arithm_op_scalar<op>(a, b), qinfo); in elementwise_arithm_op_quantized_scalar()
570 return quantize_qasymm8_signed(elementwise_arithm_op_scalar<op>(a, b), qinfo); in elementwise_arithm_op_quantized_signed_scalar()