aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.hpp')
-rw-r--r--tests/InferenceTest.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/InferenceTest.hpp b/tests/InferenceTest.hpp
index 40c9e5e597..f2b8c634cc 100644
--- a/tests/InferenceTest.hpp
+++ b/tests/InferenceTest.hpp
@@ -58,10 +58,12 @@ struct InferenceTestOptions
unsigned int m_IterationCount;
std::string m_InferenceTimesFile;
bool m_EnableProfiling;
+ std::string m_DynamicBackendsPath;
InferenceTestOptions()
- : m_IterationCount(0),
- m_EnableProfiling(0)
+ : m_IterationCount(0)
+ , m_EnableProfiling(0)
+ , m_DynamicBackendsPath()
{}
};