aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp
index a5f6477a28..2a1aa76fce 100644
--- a/src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/SoftmaxTestImpl.cpp
@@ -66,6 +66,7 @@ LayerTestResult<T, n> SimpleSoftmaxBaseTestImpl(
const std::vector<float>& inputData,
int axis = 1)
{
+ boost::ignore_unused(memoryManager);
using std::exp;
const float qScale = 1.f / 256.f;