aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ExecuteNetwork/ExecuteNetworkParams.hpp')
-rw-r--r--tests/ExecuteNetwork/ExecuteNetworkParams.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
index cb8c2fb386..deaf55f6e5 100644
--- a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
+++ b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
@@ -65,6 +65,7 @@ struct ExecuteNetworkParams
std::string m_MLGOTuningFilePath;
TfLiteExecutor m_TfLiteExecutor;
size_t m_ThreadPoolSize;
+ bool m_ImportInputsIfAligned;
// Ensures that the parameters for ExecuteNetwork fit together
void ValidateParams();