From f89a49f7bdd8d03400060488596c8757745e19cf Mon Sep 17 00:00:00 2001 From: John Richardson Date: Tue, 5 Sep 2017 11:21:56 +0100 Subject: COMPMID-503: Move MinMaxLocation to new validation Change-Id: I2d518b3a3f15e2c4786488593dac244c1d74a0f9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86533 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/Types.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/Types.h') diff --git a/tests/Types.h b/tests/Types.h index cb9b0b9d5a..516f61c44b 100644 --- a/tests/Types.h +++ b/tests/Types.h @@ -23,6 +23,11 @@ */ #ifndef __ARM_COMPUTE_TEST_TYPES_H__ #define __ARM_COMPUTE_TEST_TYPES_H__ + +#include "arm_compute/core/Types.h" + +#include + namespace arm_compute { /** Fixed point operation */ @@ -33,5 +38,14 @@ enum class FixedPointOp INV_SQRT, /**< Inverse square root */ RECIPROCAL /**< Reciprocal */ }; + +template +struct MinMaxLocationValues +{ + MinMaxType min{}; + MinMaxType max{}; + std::vector min_loc{}; + std::vector max_loc{}; +}; } // namespace arm_compute #endif /* __ARM_COMPUTE_TEST_TYPES_H__ */ -- cgit v1.2.1