Home
last modified time | relevance | path

Searched refs:neon_u8_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 Dinteger.cpp60 void neon_u8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, co… in neon_u8_comparison_elementwise_binary() function
64 template void neon_u8_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in1,…
65 template void neon_u8_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor *i…
66 template void neon_u8_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *in…
67 template void neon_u8_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITenso…
68 template void neon_u8_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1, …
69 template void neon_u8_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor *…
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/
H A Dlist.h64 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(neon_u8_comparison_elementwise_binary);
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuElementwiseKernel.cpp219 REGISTER_INTEGER_NEON(neon_u8_comparison_elementwise_binary<op>)