Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
Dinteger.cpp84 void neon_s32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in neon_s32_comparison_elementwise_binary() function
88 template void neon_s32_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in1…
89 template void neon_s32_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor *…
90 template void neon_s32_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *i…
91 template void neon_s32_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITens…
92 template void neon_s32_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1,…
93 template void neon_s32_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor …
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/
Dlist.h66 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(neon_s32_comparison_elementwise_binary);
/external/ComputeLibrary/src/cpu/kernels/
DCpuElementwiseKernel.cpp243 REGISTER_INTEGER_NEON(neon_s32_comparison_elementwise_binary<op>)