From 0534e0364473c0b1244f96462cbde1808e92ce81 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Tue, 27 Oct 2020 17:30:18 +0000 Subject: IVGCVSW-5378 'TfLiteDelegate: Implement the ElementWiseUnary operators ' * Moved ElementwiseUnary operators tests into single file * Implemented FP32 test for supported ElementwiseUnary operators Signed-off-by: Sadik Armagan Change-Id: I4b7eab190c3c8edb50927b8e1e94dd353597efcb --- delegate/src/armnn_delegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/src/armnn_delegate.cpp') diff --git a/delegate/src/armnn_delegate.cpp b/delegate/src/armnn_delegate.cpp index 5cbdb6f356..82cf5732df 100644 --- a/delegate/src/armnn_delegate.cpp +++ b/delegate/src/armnn_delegate.cpp @@ -130,7 +130,7 @@ Delegate::Delegate(armnnDelegate::DelegateOptions options) { if (std::find(supportedDevices.cbegin(), supportedDevices.cend(), backend) == supportedDevices.cend()) { - TFLITE_LOG_PROD_ONCE(tflite::TFLITE_LOG_INFO, + TFLITE_LOG_PROD(tflite::TFLITE_LOG_INFO, "TfLiteArmnnDelegate: Requested unknown backend %s", backend.Get().c_str()); } else -- cgit v1.2.1