Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dfp32.cpp47 void neon_fp32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, … in neon_fp32_comparison_elementwise_binary() function
51 template void neon_fp32_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in…
52 template void neon_fp32_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor …
53 template void neon_fp32_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *…
54 template void neon_fp32_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITen…
55 template void neon_fp32_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1…
56 template void neon_fp32_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor…
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/
H A Dlist.h67 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(neon_fp32_comparison_elementwise_binary);
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuElementwiseKernel.cpp227 REGISTER_FP32_NEON(neon_fp32_comparison_elementwise_binary<op>)