aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-12-21 13:54:55 +0000
committerCathal Corbett <cathal.corbett@arm.com>2023-03-02 13:46:17 +0000
commit0e5a1317156f97c56baf556ddc8a638228dbec74 (patch)
tree084274ca6a67ff23b08f30cdee88d77f39b6d315 /include
parentaeec3ce5c8f936fb1220a9de8c84cceef88d4080 (diff)
downloadarmnn-0e5a1317156f97c56baf556ddc8a638228dbec74.tar.gz
IVGCVSW-7420 Prevent CpuAcc & GpuAcc from running during support library aync execution
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: I6f921feaf591f0a1e27c373bb708c7ec8dfcbe43
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 e4d5ce1fa1..ec79941eb4 100644
--- a/include/armnn/ArmNN.hpp
+++ b/include/armnn/ArmNN.hpp
@@ -5,6 +5,7 @@
#pragma once
#include "BackendId.hpp"
+#include "BackendHelper.hpp"
#include "Descriptors.hpp"
#include "Exceptions.hpp"
#include "INetwork.hpp"