From 34fa1bd7994af9abf52dbcc4aa808d0fa5f14aa3 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Fri, 27 Nov 2020 12:40:52 +0000 Subject: IVGCVSW-5393 'TfLiteDelegate: Implement the split operators' * Added SPLIT and SPLIT_V support to armnn_delegate Signed-off-by: Sadik Armagan Change-Id: I2def9b8be783b25ef17a997e521c6027553035d3 --- 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 00938b9be6..d94f14e485 100644 --- a/delegate/TensorFlowLiteDelegateSupport.md +++ b/delegate/TensorFlowLiteDelegateSupport.md @@ -74,6 +74,10 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato * SOFTMAX +* SPLIT + +* SPLIT_V + * SQRT * SUB -- cgit v1.2.1