aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/Logical.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/Logical.h')
-rw-r--r--tests/validation/reference/Logical.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/validation/reference/Logical.h b/tests/validation/reference/Logical.h
index fb906b70b6..0d2bef9a43 100644
--- a/tests/validation/reference/Logical.h
+++ b/tests/validation/reference/Logical.h
@@ -34,13 +34,6 @@ namespace validation
{
namespace reference
{
-enum class LogicalBinaryOperation
-{
- UNKNOWN = 0,
- AND = 1,
- OR = 2
-};
-
template <typename T>
SimpleTensor<T> logical_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2);
template <typename T>
@@ -51,4 +44,4 @@ SimpleTensor<T> logical_not(const SimpleTensor<T> &src1);
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* ARM_COMPUTE_TEST_LOGICAL_H */ \ No newline at end of file
+#endif /* ARM_COMPUTE_TEST_LOGICAL_H */