Searched refs:sve_fp32_elementwise_binary (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve/ |
H A D | fp32.cpp | 32 void sve_fp32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window… in sve_fp32_elementwise_binary() function 37 template void sve_fp32_elementwise_binary<ArithmeticOperation::ADD>(const ITensor *in1, const ITens… 38 template void sve_fp32_elementwise_binary<ArithmeticOperation::SUB>(const ITensor *in1, const ITens… 39 template void sve_fp32_elementwise_binary<ArithmeticOperation::DIV>(const ITensor *in1, const ITens… 40 template void sve_fp32_elementwise_binary<ArithmeticOperation::MIN>(const ITensor *in1, const ITens… 41 template void sve_fp32_elementwise_binary<ArithmeticOperation::MAX>(const ITensor *in1, const ITens… 42 template void sve_fp32_elementwise_binary<ArithmeticOperation::SQUARED_DIFF>(const ITensor *in1, co… 43 template void sve_fp32_elementwise_binary<ArithmeticOperation::POWER>(const ITensor *in1, const ITe… 44 template void sve_fp32_elementwise_binary<ArithmeticOperation::PRELU>(const ITensor *in1, const ITe…
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/ |
H A D | list.h | 36 DECLARE_ELEMETWISE_BINARY_KERNEL(sve_fp32_elementwise_binary);
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuElementwiseKernel.cpp | 78 REGISTER_FP32_SVE(sve_fp32_elementwise_binary<op>)
|