From 0324f48e64edb99a5c8d819394545d97e0c2ae97 Mon Sep 17 00:00:00 2001 From: Nina Drozd Date: Mon, 8 Apr 2019 10:52:10 +0100 Subject: IVGCVSW-2844: Add TfLite Parser support for Split layer * Added ParseSplit method * New Unit test Split.cpp * Updated TensorflowLiteSupport.md with new supported operator Change-Id: Iec80ba9ad7b48db8e86589ebae77bd7d8ed38fb2 Signed-off-by: Nina Drozd --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md') diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index 84734c51b6..afbe2cec06 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -48,6 +48,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * SPACE_TO_BATCH +* SPLIT + * SQUEEZE * STRIDED_SLICE -- cgit v1.2.1