aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/ReferenceCPP.h
diff options
context:
space:
mode:
authorAbe Mbise <abe.mbise@arm.com>2017-09-01 16:43:47 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit3f0ab6ed8267b1858ec993c1b7bc9715c0991306 (patch)
treee849e7e00c08cde877d03baf5abc225006a435a1 /tests/validation_old/ReferenceCPP.h
parentf4af76e796a57e453f3717cfdf40c8bcf132b62e (diff)
downloadComputeLibrary-3f0ab6ed8267b1858ec993c1b7bc9715c0991306.tar.gz
COMPMID-495: Port Box 3x3 to new validation
Change-Id: I19b359ca37d97382fd516dad75f454857475ef50 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86178 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/validation_old/ReferenceCPP.h')
-rw-r--r--tests/validation_old/ReferenceCPP.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h
index 1023179e8f..611e98a780 100644
--- a/tests/validation_old/ReferenceCPP.h
+++ b/tests/validation_old/ReferenceCPP.h
@@ -135,14 +135,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 box3x3 filtered result tensor.
- *
- * @param[in] src Input tensor.
- * @param[out] dst Result tensor.
- * @param[in] border_mode Border mode.
- * @param[in] constant_border_value Constant border value if @p border_mode is BorderMode::CONSTANT.
- */
- static void box3x3(const RawTensor &src, RawTensor &dst, BorderMode border_mode, uint8_t constant_border_value);
/** Depth conversion from @p src to @p dst
*
* @param[in] src First tensor.