aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/ReferenceCPP.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-28 14:42:01 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit0eafa687818c11713e7e8e7bfcb976f60b4b8f54 (patch)
treed6d60e42256d13eb95054f988c01f4c9ca784763 /tests/validation/ReferenceCPP.h
parentdb00668890e1aba956e02fa02e1383b54dfd1435 (diff)
downloadComputeLibrary-0eafa687818c11713e7e8e7bfcb976f60b4b8f54.tar.gz
COMPMID-415: Move BitwiseXor to new validation
Change-Id: Ibd1307b8939b4bf60860f8e7d3ad9ced0e845abb Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82051 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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h
index 2e8f48f757..94a3519926 100644
--- a/tests/validation/ReferenceCPP.h
+++ b/tests/validation/ReferenceCPP.h
@@ -150,13 +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 xor between two tensors.
- *
- * @param[in] src1 First tensor.
- * @param[in] src2 Second tensor.
- * @param[out] dst Result tensor.
- */
- static void bitwise_xor(const RawTensor &src1, const RawTensor &src2, RawTensor &dst);
/** Function to compute the bitwise not of a tensor.
*
* @param[in] src Input tensor.