aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MemImportLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/MemImportLayer.cpp')
-rw-r--r--src/armnn/layers/MemImportLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/layers/MemImportLayer.cpp b/src/armnn/layers/MemImportLayer.cpp
index 182082b5e0..98b012901f 100644
--- a/src/armnn/layers/MemImportLayer.cpp
+++ b/src/armnn/layers/MemImportLayer.cpp
@@ -52,7 +52,7 @@ void MemImportLayer::ValidateTensorShapesFromInputs()
void MemImportLayer::ExecuteStrategy(IStrategy& strategy) const
{
IgnoreUnused(strategy);
- throw armnn::Exception("FakeQuantizationLayer should not appear in an input graph");
+ throw armnn::Exception("MemImportLayer should not appear in an input graph");
}
} // namespace armnn