aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.inl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.inl')
-rw-r--r--tests/InferenceTest.inl4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/InferenceTest.inl b/tests/InferenceTest.inl
index 04cae99132..c91193f187 100644
--- a/tests/InferenceTest.inl
+++ b/tests/InferenceTest.inl
@@ -397,7 +397,9 @@ int ClassifierInferenceTestMain(int argc,
modelParams.m_VisualizePostOptimizationModel = modelOptions.m_VisualizePostOptimizationModel;
modelParams.m_EnableFp16TurboMode = modelOptions.m_EnableFp16TurboMode;
- return std::make_unique<InferenceModel>(modelParams, commonOptions.m_EnableProfiling);
+ return std::make_unique<InferenceModel>(modelParams,
+ commonOptions.m_EnableProfiling,
+ commonOptions.m_DynamicBackendsPath);
});
});
}