From 4a7497953346cc7d94f9348ee961e4d86203115c Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 4 Aug 2017 13:06:57 +0100 Subject: COMPMID-415: Move BitwiseOr to new validation Change-Id: I496bc9c5e7a06b2d30e33b2b8448ac3e3527b6d4 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82050 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- 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 f367ace1c2..e00a5b95d5 100644 --- a/tests/validation/Reference.h +++ b/tests/validation/Reference.h @@ -146,13 +146,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 or. - * - * @param[in] shape Shape of the input and output tensors. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_bitwise_or(const TensorShape &shape); /** Compute reference bitwise xor. * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1