IVGCVSW-5560 Fix TfLiteDelegate Reshape operator failure
authorMatthew Sloyan <matthew.sloyan@arm.com>
Mon, 7 Dec 2020 13:33:24 +0000 (13:33 +0000)
committerJim Flynn <jim.flynn@arm.com>
Tue, 8 Dec 2020 11:56:08 +0000 (11:56 +0000)
commitf00f6c2c6e01cac5c452b2e585b4ceea1e85a40f
treeccd58bec8be271e6a8ab531b6eff72760ef1e135
parentf24375df4087b7d39062d8c46b190e7abea4bc9c
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
delegate/TensorFlowLiteDelegateSupport.md
delegate/src/Redefine.hpp
tests/ExecuteNetwork/ExecuteNetwork.cpp