aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/src/armnn_delegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/opaque/src/armnn_delegate.cpp')
-rw-r--r--delegate/opaque/src/armnn_delegate.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/delegate/opaque/src/armnn_delegate.cpp b/delegate/opaque/src/armnn_delegate.cpp
index 129bc4333b..2340e4910e 100644
--- a/delegate/opaque/src/armnn_delegate.cpp
+++ b/delegate/opaque/src/armnn_delegate.cpp
@@ -333,6 +333,9 @@ TfLiteIntArray* ArmnnOpaqueDelegate::IdentifyOperatorsToDelegate(TfLiteOpaqueCon
{
ARMNN_LOG(error) << "ArmNN Failed to visit node with error: " << ex.what();
visitStatus = kTfLiteError;
+ TF_LITE_OPAQUE_KERNEL_LOG(tfLiteContext,
+ "Exception text: %s",
+ ex.what());
}
if (visitStatus != kTfLiteOk)