aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClBackend.hpp
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/cl/ClBackend.hpp
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/cl/ClBackend.hpp')
-rw-r--r--src/backends/cl/ClBackend.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backends/cl/ClBackend.hpp b/src/backends/cl/ClBackend.hpp
index 4f68c3bcc7..570d301616 100644
--- a/src/backends/cl/ClBackend.hpp
+++ b/src/backends/cl/ClBackend.hpp
@@ -26,7 +26,9 @@ const BackendCapabilities gpuAccCapabilities("GpuAcc",
{
{"NonConstWeights", false},
{"AsyncExecution", false},
- {"ProtectedContentAllocation", true}
+ {"ProtectedContentAllocation", true},
+ {"ConstantTensorsAsInputs", false},
+ {"PreImportIOTensors", false}
});
class ClBackend : public IBackendInternal