Searched refs:sve_fp32_comparison_elementwise_binary (Results 1 – 3 of 3) sorted by relevance
47 void sve_fp32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in sve_fp32_comparison_elementwise_binary() function51 template void sve_fp32_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in1…52 template void sve_fp32_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor *…53 template void sve_fp32_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *i…54 template void sve_fp32_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITens…55 template void sve_fp32_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1,…56 template void sve_fp32_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor …
57 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(sve_fp32_comparison_elementwise_binary);
187 REGISTER_FP32_SVE(sve_fp32_comparison_elementwise_binary<op>)