From 72898feff6dd07153384ab41246b93e44d046b3b Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Fri, 1 Sep 2017 11:42:16 +0100 Subject: COMPMID-493: Port ArithmeticSubtraction to new validation Change-Id: Ia49f337a8a574392ac0948fe65e9dca7a5fac2d0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86338 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/validation_old/ReferenceCPP.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/validation_old/ReferenceCPP.h') diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h index 611e98a780..2ac1e5784b 100644 --- a/tests/validation_old/ReferenceCPP.h +++ b/tests/validation_old/ReferenceCPP.h @@ -127,14 +127,6 @@ public: * @param[in] alpha A float value within the range of [0, 1] */ static void accumulate_weighted(const RawTensor &src, RawTensor &dst, float alpha); - /** Arithmetic subtraction of @p src2 from @p src1 - * - * @param[in] src1 First tensor. - * @param[in] src2 Second tensor. - * @param[out] dst Result tensor. - * @param[in] convert_policy Overflow policy. - */ - static void arithmetic_subtraction(const RawTensor &src1, const RawTensor &src2, RawTensor &dst, ConvertPolicy convert_policy); /** Depth conversion from @p src to @p dst * * @param[in] src First tensor. -- cgit v1.2.1