From 9d63fee68081b65bd72de3a70da76c2696c6c6ed Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Thu, 28 Jul 2022 17:12:41 +0100 Subject: Bug Fix for refactor of the ExecuteNetwork for Strategy in MemCopyLayer * Correcting some typos Signed-off-by: Teresa Charlin Change-Id: Icb21dc4828e51afa38816bd454926fc41e9e82cb --- src/armnn/layers/MemImportLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/layers/MemImportLayer.cpp') 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 -- cgit v1.2.1