From b566b6e0bf30eb155d44b800454b7ad41e9e7970 Mon Sep 17 00:00:00 2001 From: Anitha Raj Date: Wed, 23 Aug 2023 11:40:06 +0100 Subject: Extend Neon ReshapeLayer validation tests - Add a test case with src and dst having same row size - Remove inline from has_holes() util function Related to COMPMID-6504 Change-Id: Iead1f17692dc57b66c5d9f01eed30169efaee0a5 Signed-off-by: Anitha Raj Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10190 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- tests/validation/Helpers.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/validation/Helpers.cpp') diff --git a/tests/validation/Helpers.cpp b/tests/validation/Helpers.cpp index 2c2d364c51..5e02cc843c 100644 --- a/tests/validation/Helpers.cpp +++ b/tests/validation/Helpers.cpp @@ -350,7 +350,6 @@ void add_padding_x(std::initializer_list tensors, const DataLayout &d } } - QuantizationInfo calculate_mat_mul_dst_q_info(const QuantizationInfo &a_q_info, const QuantizationInfo &b_q_info, int m, int n, int k, DataType data_type) { ARM_COMPUTE_UNUSED(m, n); -- cgit v1.2.1