aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/LSTMLayerQuantized.cpp
diff options
context:
space:
mode:
authorMohammed Suhail Munshi <MohammedSuhail.Munshi@arm.com>2024-01-30 18:25:51 +0000
committerGunes Bayir <gunes.bayir@arm.com>2024-02-20 11:31:57 +0000
commit0a48c4c83b598991b4d4235f870c24d9e6634b20 (patch)
tree4d0117496c527fd952f435711e5c385023d7068e /tests/validation/NEON/LSTMLayerQuantized.cpp
parent946905847bf1d82b183e718fddfc7664702e5a84 (diff)
downloadComputeLibrary-0a48c4c83b598991b4d4235f870c24d9e6634b20.tar.gz
Requantization cases for offset changes only
Resolves: [COMPMID-6681] Signed-off-by: Mohammed Suhail Munshi <MohammedSuhail.Munshi@arm.com> Change-Id: I325b9d478dd1d04a45533bb7708cf76e98ee0cee Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11058 Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/NEON/LSTMLayerQuantized.cpp')
-rw-r--r--tests/validation/NEON/LSTMLayerQuantized.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/validation/NEON/LSTMLayerQuantized.cpp b/tests/validation/NEON/LSTMLayerQuantized.cpp
index d391267e3e..6b98ee2b67 100644
--- a/tests/validation/NEON/LSTMLayerQuantized.cpp
+++ b/tests/validation/NEON/LSTMLayerQuantized.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2021 Arm Limited.
+ * Copyright (c) 2019-2021, 2024 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -64,11 +64,7 @@ inline void fill_tensor(SimpleTensor<T> &tensor, const std::vector<T> &v)
}
/** Tolerance for quantized asymmetric operations */
-#if defined(__aarch64__)
-constexpr AbsoluteTolerance<int16_t> tolerance_qsymm16(0);
-#else // defined(__aarch64__)
constexpr AbsoluteTolerance<int16_t> tolerance_qsymm16(1);
-#endif // defined(__aarch64__)
} // namespace