aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.inl
diff options
context:
space:
mode:
authorsurmeh01 <surabhi.mehta@arm.com>2018-05-18 16:31:43 +0100
committertelsoa01 <telmo.soares@arm.com>2018-05-23 13:09:07 +0100
commit3537c2ca7ebf31c1673b9ec2bb0c17b0406bbae0 (patch)
tree5950603ad78ec3fe56fb31ddc7f4d52a19f5bc60 /tests/InferenceTest.inl
parentbceff2fb3fc68bb0aa88b886900c34b77340c826 (diff)
downloadarmnn-3537c2ca7ebf31c1673b9ec2bb0c17b0406bbae0.tar.gz
Release 18.05
Diffstat (limited to 'tests/InferenceTest.inl')
-rw-r--r--tests/InferenceTest.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/InferenceTest.inl b/tests/InferenceTest.inl
index 83a99459e3..a36e231e76 100644
--- a/tests/InferenceTest.inl
+++ b/tests/InferenceTest.inl
@@ -307,6 +307,7 @@ int ClassifierInferenceTestMain(int argc, char* argv[], const char* modelFilenam
modelParams.m_InputTensorShape = inputTensorShape;
modelParams.m_IsModelBinary = isModelBinary;
modelParams.m_ComputeDevice = modelOptions.m_ComputeDevice;
+ modelParams.m_VisualizePostOptimizationModel = modelOptions.m_VisualizePostOptimizationModel;
return std::make_unique<InferenceModel>(modelParams);
});