aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/RefBackend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/reference/RefBackend.hpp')
-rw-r--r--src/backends/reference/RefBackend.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backends/reference/RefBackend.hpp b/src/backends/reference/RefBackend.hpp
index c04bf43db3..93a1cf4844 100644
--- a/src/backends/reference/RefBackend.hpp
+++ b/src/backends/reference/RefBackend.hpp
@@ -17,7 +17,8 @@ const BackendCapabilities cpuRefCapabilities("CpuRef",
{"ConstantTensorsAsInputs", true},
{"PreImportIOTensors", false},
{"ExternallyManagedMemory", false},
- {"MultiAxisPacking", false}
+ {"MultiAxisPacking", false},
+ {"SingleAxisPacking", true}
});
const std::set<armnn::BackendCapability> oldCpuRefCapabilities {