aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-10-23 15:14:46 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-25 09:49:58 +0100
commit5cc8e56b4ca8d58dc11973c49c10a02a2f13580c (patch)
tree99f67a0652d2ee27f6cdbdc21c39001e529ee4f1 /include
parent8853c1f6a802fe7549b89b74ed850aec455b923a (diff)
downloadarmnn-5cc8e56b4ca8d58dc11973c49c10a02a2f13580c.tar.gz
IVGCVSW-2053: Validate BackendId parameters for the InferenceTest (EndToEnd tests) / ExecuteNetwork
!referencetests:154790 Change-Id: Iaf9608ae1e66460079f2546b30d7fbc9b55bb7dd
Diffstat (limited to 'include')
-rw-r--r--include/armnn/ArmNN.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/armnn/ArmNN.hpp b/include/armnn/ArmNN.hpp
index 6fe8b188e0..f03b79d1ca 100644
--- a/include/armnn/ArmNN.hpp
+++ b/include/armnn/ArmNN.hpp
@@ -11,6 +11,7 @@
#include "INetwork.hpp"
#include "LayerSupport.hpp"
#include "LstmParams.hpp"
+#include "Optional.hpp"
#include "Tensor.hpp"
#include "Types.hpp"
#include "TypesUtils.hpp"