IVGCVSW-2525 *Update TfLite supported operator list

Change-Id: Ia349d71ec966b37feaffb971c7a77bf8cd44501c
Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index 375ee4d..b5045dd 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -12,6 +12,8 @@
 
 * AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
 
+* BATCH_TO_SPACE
+
 * CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
 
 * CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
@@ -24,8 +26,12 @@
 
 * MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
 
+* MAXIMUM
+
 * MEAN
 
+* MINIMUM
+
 * MUL
 
 * PAD
@@ -36,10 +42,18 @@
 
 * RESHAPE
 
+* RESIZE_BILINEAR
+
 * SOFTMAX
 
+* SPACE_TO_BATCH
+
 * SQUEEZE
 
+* STRIDED_SLICE
+
+* SUB
+
 ## Tested networks
 
 Arm tested these operators with the following TensorFlow Lite neural network: