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.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backends/reference/RefBackend.hpp b/src/backends/reference/RefBackend.hpp
index ecbe4d5ba9..7d355ea9ca 100644
--- a/src/backends/reference/RefBackend.hpp
+++ b/src/backends/reference/RefBackend.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
@@ -18,7 +18,8 @@ const BackendCapabilities cpuRefCapabilities("CpuRef",
{"PreImportIOTensors", true},
{"ExternallyManagedMemory", true},
{"MultiAxisPacking", false},
- {"SingleAxisPacking", true}
+ {"SingleAxisPacking", true},
+ {"HasFp16", true}
});
const std::set<armnn::BackendCapability> oldCpuRefCapabilities {