Searched refs:neon_u8_comparison_elementwise_binary (Results 1 – 3 of 3) sorted by relevance
60 void neon_u8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, co… in neon_u8_comparison_elementwise_binary() function64 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 *…
64 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(neon_u8_comparison_elementwise_binary);
219 REGISTER_INTEGER_NEON(neon_u8_comparison_elementwise_binary<op>)