From 0eafa687818c11713e7e8e7bfcb976f60b4b8f54 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 28 Jul 2017 14:42:01 +0100 Subject: COMPMID-415: Move BitwiseXor to new validation Change-Id: Ibd1307b8939b4bf60860f8e7d3ad9ced0e845abb Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82051 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/validation/Reference.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/validation/Reference.h') diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h index 276540f68d..c13feca325 100644 --- a/tests/validation/Reference.h +++ b/tests/validation/Reference.h @@ -161,13 +161,6 @@ public: * @return Computed raw tensor. */ static RawTensor compute_reference_arithmetic_subtraction(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out, ConvertPolicy convert_policy, int fixed_point_position = 0); - /** Compute reference bitwise xor. - * - * @param[in] shape Shape of the input and output tensors. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_bitwise_xor(const TensorShape &shape); /** Compute reference bitwise not. * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1