aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2020-12-07 13:33:24 +0000
committerJim Flynn <jim.flynn@arm.com>2020-12-08 11:56:08 +0000
commitf00f6c2c6e01cac5c452b2e585b4ceea1e85a40f (patch)
treeccd58bec8be271e6a8ab531b6eff72760ef1e135 /delegate/TensorFlowLiteDelegateSupport.md
parentf24375df4087b7d39062d8c46b190e7abea4bc9c (diff)
downloadarmnn-f00f6c2c6e01cac5c452b2e585b4ceea1e85a40f.tar.gz
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 <matthew.sloyan@arm.com> Signed-off-by: David Monahan <david.monahan@arm.com> Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I5dbaf30351f7fc86e6178a0caf46c152812088d3
Diffstat (limited to 'delegate/TensorFlowLiteDelegateSupport.md')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md6
1 files changed, 6 insertions, 0 deletions
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