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 deaf55f6e5..04a073311d 100644
--- a/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
+++ b/tests/ExecuteNetwork/ExecuteNetworkParams.hpp
@@ -66,6 +66,7 @@ struct ExecuteNetworkParams
TfLiteExecutor m_TfLiteExecutor;
size_t m_ThreadPoolSize;
bool m_ImportInputsIfAligned;
+ bool m_ReuseBuffers;
// Ensures that the parameters for ExecuteNetwork fit together
void ValidateParams();