From dc032fca290deb39af65050c254a701596b53fa8 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Tue, 19 Jan 2021 17:24:21 +0000 Subject: IVGCVSW-5399 'TfLiteDelegate: Implement the ArgMinMax operators' * Added ARG_MIN and ARG_MAX support to armnn_delegate Signed-off-by: Sadik Armagan Change-Id: Ia000c4b64378e28320164edd4df2902ca13dcda6 --- delegate/TensorFlowLiteDelegateSupport.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'delegate/TensorFlowLiteDelegateSupport.md') 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 -- cgit v1.2.1