aboutsummaryrefslogtreecommitdiff
path: root/tests/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Types.h')
-rw-r--r--tests/Types.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/Types.h b/tests/Types.h
index c65b56c1ba..407de8de1e 100644
--- a/tests/Types.h
+++ b/tests/Types.h
@@ -30,18 +30,6 @@
namespace arm_compute
{
-/** Fixed point operation */
-enum class FixedPointOp
-{
- ADD, /**< Addition */
- SUB, /**< Subtraction */
- MUL, /**< Multiplication */
- EXP, /**< Exponential */
- LOG, /**< Logarithm */
- INV_SQRT, /**< Inverse square root */
- RECIPROCAL /**< Reciprocal */
-};
-
/** Gradient dimension type. */
enum class GradientDimension
{