Searched refs:arithm_op (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | ArithmeticOperations.cpp | 40 T arithm_op(ArithmeticOperation op, T src1, T src2, ConvertPolicy convert_policy) in arithm_op() function 86 …dst[coord2index(dst.shape(), id_dst)] = arithm_op(op, src1[coord2index(src1.shape(), id_src1)], sr… in unroll()
|
H A D | ElementwiseOperations.cpp | 40 T arithm_op(ArithmeticOperation op, T src1, T src2, ConvertPolicy convert_policy) in arithm_op() function 148 …dst[coord2index(dst.shape(), id_dst)] = arithm_op(op, src1[coord2index(src1.shape(), id_src1)], sr… in unroll()
|