Searched refs:sve_u8_comparison_elementwise_binary (Results 1 – 3 of 3) sorted by relevance
60 void sve_u8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, con… in sve_u8_comparison_elementwise_binary() function64 template void sve_u8_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in1, …65 template void sve_u8_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor *in…66 template void sve_u8_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *in1…67 template void sve_u8_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITensor…68 template void sve_u8_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1, c…69 template void sve_u8_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor *i…
54 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(sve_u8_comparison_elementwise_binary);
179 REGISTER_INTEGER_SVE(sve_u8_comparison_elementwise_binary<op>)