aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/armnn_delegate.cpp
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2022-11-14 17:23:07 +0000
committerColm Donelan <colm.donelan@arm.com>2022-11-15 11:29:10 +0000
commit194086f01bdd1af52ddd976eb5b4152255565127 (patch)
tree320f237da46ed659e8a2ee86dae7c6bcac749c20 /delegate/src/armnn_delegate.cpp
parent2fef6f61132eab444485991fc68b536e886cb18c (diff)
downloadarmnn-194086f01bdd1af52ddd976eb5b4152255565127.tar.gz
Minor error formatting fixes.
Signed-off-by: Colm Donelan <colm.donelan@arm.com> Change-Id: I17823fb8b6bbabc4da327187167ce9582ee29b32
Diffstat (limited to 'delegate/src/armnn_delegate.cpp')
-rw-r--r--delegate/src/armnn_delegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/armnn_delegate.cpp b/delegate/src/armnn_delegate.cpp
index 4e99335d16..b2ad16051f 100644
--- a/delegate/src/armnn_delegate.cpp
+++ b/delegate/src/armnn_delegate.cpp
@@ -428,7 +428,7 @@ ArmnnSubgraph* ArmnnSubgraph::Create(TfLiteContext* tfLiteContext,
if (loadingStatus != armnn::Status::Success)
{
// Network load failed.
- throw armnn::Exception("TfLiteArmnnDelegate: Network could not be loaded:" + errorMessage);
+ throw armnn::Exception("TfLiteArmnnDelegate: Network could not be loaded: " + errorMessage);
}
ARMNN_LOG(info) << "Load ArmnnSubgraph time: " << std::setprecision(2)