From f00f6c2c6e01cac5c452b2e585b4ceea1e85a40f Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Mon, 7 Dec 2020 13:33:24 +0000 Subject: IVGCVSW-5560 Fix TfLiteDelegate Reshape operator failure * Fixed issue when running certain models with 2D shape tensor. * Falls back to inbuilt options if encountered. * Fixed ExecuteNetwork so that error messages are logged if NULL. * Updated TfLiteDelegate docs to include Logical Operators. Signed-off-by: Matthew Sloyan Signed-off-by: David Monahan Signed-off-by: Narumol Prangnawarat Change-Id: I5dbaf30351f7fc86e6178a0caf46c152812088d3 --- delegate/TensorFlowLiteDelegateSupport.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'delegate/TensorFlowLiteDelegateSupport.md') diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md index d94f14e485..c334018e49 100644 --- a/delegate/TensorFlowLiteDelegateSupport.md +++ b/delegate/TensorFlowLiteDelegateSupport.md @@ -38,6 +38,12 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato * LESS_OR_EQUAL +* LOGICAL_AND + +* LOGICAL_NOT + +* LOGICAL_OR + * LOGISTIC * LOG_SOFTMAX -- cgit v1.2.1