Searched refs:sve_s32_comparison_elementwise_binary (Results 1 – 3 of 3) sorted by relevance
84 void sve_s32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, co… in sve_s32_comparison_elementwise_binary() function88 template void sve_s32_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in1,…89 template void sve_s32_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor *i…90 template void sve_s32_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *in…91 template void sve_s32_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITenso…92 template void sve_s32_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1, …93 template void sve_s32_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor *…
56 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(sve_s32_comparison_elementwise_binary);
203 REGISTER_INTEGER_SVE(sve_s32_comparison_elementwise_binary<op>)