aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/NeonBackend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/neon/NeonBackend.hpp')
-rw-r--r--src/backends/neon/NeonBackend.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backends/neon/NeonBackend.hpp b/src/backends/neon/NeonBackend.hpp
index 68d60a4c04..e53bacb84a 100644
--- a/src/backends/neon/NeonBackend.hpp
+++ b/src/backends/neon/NeonBackend.hpp
@@ -10,14 +10,14 @@ namespace armnn
{
// add new capabilities here..
-const BackendCapabilities cpuAccCapabilities("GpuAcc",
+const BackendCapabilities cpuAccCapabilities("CpuAcc",
{
{"NonConstWeights", false},
{"AsyncExecution", false},
{"ProtectedContentAllocation", false},
{"ConstantTensorsAsInputs", false},
{"PreImportIOTensors", false},
- {"ExternallyManagedMemory", false},
+ {"ExternallyManagedMemory", true},
{"MultiAxisPacking", false},
{"SingleAxisPacking", true}
});