aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceModel.hpp')
-rw-r--r--tests/InferenceModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index b982df396d..02511965d9 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -450,9 +450,9 @@ public:
options.m_ReduceFp32ToFp16 = params.m_EnableFp16TurboMode;
options.m_ReduceFp32ToBf16 = params.m_EnableBf16TurboMode;
options.m_Debug = params.m_PrintIntermediateLayers;
-
options.m_shapeInferenceMethod = params.m_InferOutputShape ?
armnn::ShapeInferenceMethod::InferAndValidate : armnn::ShapeInferenceMethod::ValidateOnly;
+ options.m_ProfilingEnabled = m_EnableProfiling;
armnn::BackendOptions gpuAcc("GpuAcc",
{