aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/ReferenceCPP.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/ReferenceCPP.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/ReferenceCPP.h')
-rw-r--r--tests/validation/ReferenceCPP.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h
index 94a3519926..ce424bed03 100644
--- a/tests/validation/ReferenceCPP.h
+++ b/tests/validation/ReferenceCPP.h
@@ -150,12 +150,6 @@ public:
* @param[in] convert_policy Overflow policy.
*/
static void arithmetic_subtraction(const RawTensor &src1, const RawTensor &src2, RawTensor &dst, ConvertPolicy convert_policy);
- /** Function to compute the bitwise not of a tensor.
- *
- * @param[in] src Input tensor.
- * @param[out] dst Result tensor.
- */
- static void bitwise_not(const RawTensor &src, RawTensor &dst);
/** Function to compute box3x3 filtered result tensor.
*
* @param[in] src Input tensor.