aboutsummaryrefslogtreecommitdiff
path: root/docs/05_03_delegate.dox
diff options
context:
space:
mode:
authorRyan OShea <ryan.oshea3@arm.com>2022-06-10 14:49:11 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-06-16 12:46:46 +0100
commit57480cdc5b2b3a88b6fca40089d0fb7521d832b2 (patch)
tree95cd7afbc1a6e2a748a7915f9bfaa033116cc5c8 /docs/05_03_delegate.dox
parent7bbb79b53f95af00cfbf888fd97b1bdca81612ed (diff)
downloadarmnn-57480cdc5b2b3a88b6fca40089d0fb7521d832b2.tar.gz
IVGCVSW-6946 Add Pool3D to tflite delegate
* Add new test and test helper for Pool3d * Add new custom operator to switch in armnn_delegate.cpp * Add new pool3d function to pooling.hpp * Update doxygen Signed-off-by: Ryan OShea <ryan.oshea3@arm.com> Change-Id: I77a541bf423b337c749e70c564cdd727efe2fd05
Diffstat (limited to 'docs/05_03_delegate.dox')
-rw-r--r--docs/05_03_delegate.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index 625b253992..d1c41fe213 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -43,6 +43,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- AVERAGE_POOL_3D
+
- BATCH_TO_SPACE_ND
- CAST
@@ -107,6 +109,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+- MAX_POOL_3D
+
- MEAN
- MINIMUM