aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-28 15:04:06 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitadfccb872f0970f95ee594e1fc0dd6c40554abe7 (patch)
tree918d7cd104cdeea405161ecaff7dc1d0f3f0544d /tests/validation/Reference.h
parent0eafa687818c11713e7e8e7bfcb976f60b4b8f54 (diff)
downloadComputeLibrary-adfccb872f0970f95ee594e1fc0dd6c40554abe7.tar.gz
COMPMID-415: Move BitwiseNot to new validation
Change-Id: I3388eae0c55dd56f0777736128d93a7e2fa6ba9d Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82052 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/validation/Reference.h')
-rw-r--r--tests/validation/Reference.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h
index c13feca325..93e12fff26 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 not.
- *
- * @param[in] shape Shape of the input and output tensors.
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_bitwise_not(const TensorShape &shape);
/** Compute reference box3x3 filter.
*
* @param[in] shape Shape of the input and output tensors.