aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2021-01-19 17:24:21 +0000
committerSadik Armagan <sadik.armagan@arm.com>2021-01-19 17:24:21 +0000
commitdc032fca290deb39af65050c254a701596b53fa8 (patch)
treee3957a2651f0fbfe9a13f3ff1d2f092178578257 /delegate/TensorFlowLiteDelegateSupport.md
parent97bf84f6e162307fc3e8c53045ef0bc60a3e3289 (diff)
downloadarmnn-dc032fca290deb39af65050c254a701596b53fa8.tar.gz
IVGCVSW-5399 'TfLiteDelegate: Implement the ArgMinMax operators'
* Added ARG_MIN and ARG_MAX support to armnn_delegate Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: Ia000c4b64378e28320164edd4df2902ca13dcda6
Diffstat (limited to 'delegate/TensorFlowLiteDelegateSupport.md')
-rw-r--r--delegate/TensorFlowLiteDelegateSupport.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md
index e506b85f23..dd4cbace7b 100644
--- a/delegate/TensorFlowLiteDelegateSupport.md
+++ b/delegate/TensorFlowLiteDelegateSupport.md
@@ -10,6 +10,10 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
* ADD
+* ARGMAX
+
+* ARGMIN
+
* AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
* CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE