aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan OShea <ryan.oshea3@arm.com>2022-06-10 14:49:11 +0100
committerKeith Davis <keith.davis@arm.com>2022-06-15 12:13:06 +0100
commitd21abaf5c9e899164484044e1e812739a779a6b8 (patch)
treefde006cf3ead5014633b27f1743094d0625f51b4 /docs
parent89ea0cfbc77086516d44af3bc69b1d8964576ac8 (diff)
downloadarmnn-d21abaf5c9e899164484044e1e812739a779a6b8.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')
-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