aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/ReferenceCPP.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-28 14:02:55 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commit62eada278f4b6b840747cb1641b2e65838e9acaa (patch)
tree53c8b0c4e71111c2dc2cf3a51f4bef1d3c623d36 /tests/validation/ReferenceCPP.h
parent42ab899e159720eb87765d93e6ae765b220a8840 (diff)
downloadComputeLibrary-62eada278f4b6b840747cb1641b2e65838e9acaa.tar.gz
COMPMID-415: Move BitwiseAnd to new validation
Change-Id: I1f1dff485ac510b6a9e5baf5f00c77beab7f8a5f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82049 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@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 7ae45f0dac..64a6eaecdc 100644
--- a/tests/validation/ReferenceCPP.h
+++ b/tests/validation/ReferenceCPP.h
@@ -131,13 +131,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 and between two tensors.
- *
- * @param[in] src1 First tensor.
- * @param[in] src2 Second tensor.
- * @param[out] dst Result tensor.
- */
- static void bitwise_and(const RawTensor &src1, const RawTensor &src2, RawTensor &dst);
/** Function to compute the bitwise or between two tensors.
*
* @param[in] src1 First tensor.