aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-05-27 11:06:17 +0100
committerSadik Armagan <sadik.armagan@arm.com>2020-05-27 11:22:09 +0000
commit12239e7291fb04b862e44045be0a4feb7751af62 (patch)
tree0dd982182e0ce34ca36e13bd5e631b62f86974d1 /docs
parent0729b2febd3dfb13686b5aa43c5cea090af329f6 (diff)
downloadarmnn-12239e7291fb04b862e44045be0a4feb7751af62.tar.gz
IVGCVSW-4187 Add LEAKY_RELU to TFLite parser
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I3e934142487b92897eb487099a22d032f80e8e07
Diffstat (limited to 'docs')
-rw-r--r--docs/01_parsers.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/01_parsers.dox b/docs/01_parsers.dox
index 285641160c..ddd17eecfe 100644
--- a/docs/01_parsers.dox
+++ b/docs/01_parsers.dox
@@ -162,6 +162,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- LOGISTIC
- L2_NORMALIZATION
+- LEAKY_RELU
- MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- MAXIMUM
- MEAN