aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp b/src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp
index 1f7f57806e..181ecd912f 100644
--- a/src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp
+++ b/src/backends/backendsCommon/test/LogSoftmaxEndToEndTestImpl.cpp
@@ -27,7 +27,7 @@ armnn::INetworkPtr CreateLogSoftmaxNetwork(const armnn::TensorShape& inputShape,
// Builds up the structure of the network.
INetworkPtr net(INetwork::Create());
- TensorInfo inputTensorInfo(inputShape, DataType, qScale, qOffset);
+ TensorInfo inputTensorInfo(inputShape, DataType, qScale, qOffset, true);
LogSoftmaxDescriptor logSoftmaxDesc;
logSoftmaxDesc.m_Beta = beta;