Searched refs:sve_fp16_comparison_elementwise_binary (Results 1 – 3 of 3) sorted by relevance
49 void sve_fp16_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in sve_fp16_comparison_elementwise_binary() function54 template void sve_fp16_comparison_elementwise_binary<ComparisonOperation::Equal>(const ITensor *in1…55 template void sve_fp16_comparison_elementwise_binary<ComparisonOperation::NotEqual>(const ITensor *…56 template void sve_fp16_comparison_elementwise_binary<ComparisonOperation::Greater>(const ITensor *i…57 template void sve_fp16_comparison_elementwise_binary<ComparisonOperation::GreaterEqual>(const ITens…58 template void sve_fp16_comparison_elementwise_binary<ComparisonOperation::Less>(const ITensor *in1,…59 template void sve_fp16_comparison_elementwise_binary<ComparisonOperation::LessEqual>(const ITensor …
58 DECLARE_COPMP_ELEMETWISE_BINARY_KERNEL(sve_fp16_comparison_elementwise_binary);
211 REGISTER_FP16_SVE(sve_fp16_comparison_elementwise_binary<op>)