aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2021-08-26 11:08:01 +0100
committerFinn Williams <Finn.Williams@arm.com>2021-08-26 11:09:32 +0100
commitdbf5f314f9498afa756e2637251a89a5291abde0 (patch)
tree2d974a44df4998291e2f2b9dc17c5d1e905f898e /src/backends/reference
parent4e62750a2171a7bccf0c9c37514d07d3d222d1d5 (diff)
downloadarmnn-dbf5f314f9498afa756e2637251a89a5291abde0.tar.gz
IVGCVSW-6311 Add the pre-import backend capability
* Update acl and ref backend capabilities * Add check for AsyncExecution capability in LoadedNetwork * Add new exception for capabilities Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: I2f053c845a64f336e96d452793639c6e0d3eaa89
Diffstat (limited to 'src/backends/reference')
-rw-r--r--src/backends/reference/RefBackend.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backends/reference/RefBackend.hpp b/src/backends/reference/RefBackend.hpp
index 2855957e31..1a79d7090a 100644
--- a/src/backends/reference/RefBackend.hpp
+++ b/src/backends/reference/RefBackend.hpp
@@ -13,7 +13,9 @@ const BackendCapabilities cpuRefCapabilities("CpuRef",
{
{"NonConstWeights", true},
{"AsyncExecution", true},
- {"ConstantTensorsAsInputs", true}
+ {"ProtectedContentAllocation", false},
+ {"ConstantTensorsAsInputs", true},
+ {"PreImportIOTensors", false}
});
const std::set<armnn::BackendCapability> oldCpuRefCapabilities {