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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/reference/RefBackend.hpp b/src/backends/reference/RefBackend.hpp
index 93a1cf4844..4d4aba980b 100644
--- a/src/backends/reference/RefBackend.hpp
+++ b/src/backends/reference/RefBackend.hpp
@@ -15,7 +15,7 @@ const BackendCapabilities cpuRefCapabilities("CpuRef",
{"AsyncExecution", true},
{"ProtectedContentAllocation", false},
{"ConstantTensorsAsInputs", true},
- {"PreImportIOTensors", false},
+ {"PreImportIOTensors", true},
{"ExternallyManagedMemory", false},
{"MultiAxisPacking", false},
{"SingleAxisPacking", true}