aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TensorFlowLiteSupport.md
diff options
context:
space:
mode:
authorDarshan Patel <darsh.jp@gmail.com>2020-05-25 22:30:07 +0530
committerTeresaARM <teresa.charlinreyes@arm.com>2020-05-25 20:23:00 +0000
commit42b3d7da750ab6ad39ea228985f422685f89eb45 (patch)
tree655790cf2ec8f0ea6d0b2864a66a95a8a9fddbd9 /src/armnnTfLiteParser/TensorFlowLiteSupport.md
parentecb6b8e2ef33daf7b5cd6b61cdea5c6339cf9c51 (diff)
downloadarmnn-42b3d7da750ab6ad39ea228985f422685f89eb45.tar.gz
Add DIV support to TFLite parser
* Added unit tests * Updated Documentation Signed-off-by: Darshan Patel <darsh.jp@gmail.com> Change-Id: Iadb5c76139d74d755d7f4be4b023b4417efe1e92
Diffstat (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md')
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index f7828628cb..b69da0a824 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -20,6 +20,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
* DEQUANTIZE
+* DIV
+
* EXP
* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE