aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceModel.hpp
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-10-30 14:46:21 +0000
committerColm Donelan <colm.donelan@arm.com>2020-10-30 17:47:18 +0000
commit25d80eed552df4d0346d1f245d1e6264d7b477f3 (patch)
tree2a6685a12548dc70d8579be692ba5a882e182400 /tests/InferenceModel.hpp
parent9b01ed26c538eee0f726ffb665059a1f12d7caa3 (diff)
downloadarmnn-25d80eed552df4d0346d1f245d1e6264d7b477f3.tar.gz
IVGCVSW-5265 Removing more Boost references from test executables.
* Removed unused includes from InferenceModel.hpp. * Replaced use of boost multi-array with vectors in YoloInferenceTest. Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: Ieadf3471ed170b09859187c83616c8e249f94543
Diffstat (limited to 'tests/InferenceModel.hpp')
-rw-r--r--tests/InferenceModel.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index dbc0419191..1b87a10de1 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -27,8 +27,6 @@
#include <TensorIOUtils.hpp>
#include "armnn/utility/StringUtils.hpp"
-#include <boost/exception/exception.hpp>
-#include <boost/exception/diagnostic_information.hpp>
#include <cxxopts/cxxopts.hpp>
#include "CxxoptsUtils.hpp"
#include <fmt/format.h>