aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2021-09-10 11:40:54 +0100
committerfinn.williams <finn.williams@arm.com>2021-09-14 11:33:33 +0000
commitc840263cb524bec4a1911b81d6300a34fe05a599 (patch)
tree5d93f4c0b5295da85071c0381b29e3dd7171be70 /src/backends/reference
parent284b5d19c8cf446b7eec16ea560c544ac39008c1 (diff)
downloadarmnn-c840263cb524bec4a1911b81d6300a34fe05a599.tar.gz
IVGCVSW-6339 'IMemoryOptimizerStrategy Add backend capabilities'
* Added ExternallyManagedMemory capability, set false for backends * Added MultiAxisPacking capability, set false for backends Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I96a2b66ed069a82552dae33f6e8ebe067bbd6c44
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 1a79d7090a..28c1591179 100644
--- a/src/backends/reference/RefBackend.hpp
+++ b/src/backends/reference/RefBackend.hpp
@@ -15,7 +15,9 @@ const BackendCapabilities cpuRefCapabilities("CpuRef",
{"AsyncExecution", true},
{"ProtectedContentAllocation", false},
{"ConstantTensorsAsInputs", true},
- {"PreImportIOTensors", false}
+ {"PreImportIOTensors", false},
+ {"ExternallyManagedMemory", false},
+ {"MultiAxisPacking", false}
});
const std::set<armnn::BackendCapability> oldCpuRefCapabilities {