aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTamás Nyíri <tamas.nyiri@arm.com>2021-10-26 14:47:57 +0100
committerTamas Nyiri <tamas.nyiri@arm.com>2021-11-17 11:31:44 +0000
commit7b885b3cce70154596b1994b013ea91527117c26 (patch)
treecdc2ee30a6dc03a4e26e6783a84ccd9be867242a /docs
parent888a363115e0bf47f227c9db6fc1dbfe0418f69c (diff)
downloadarmnn-7b885b3cce70154596b1994b013ea91527117c26.tar.gz
IVGCVSW-6509 Front End + Reference Workload implementation
Subtask of story: IVGCVSW-6164 Add a Pooling3d FrontEnd and Ref Implementation * Add front end * Add reference workload * Add corresponding unit tests Change-Id: Icce4146dd0a06a1da46a2def00a82d343e171750 Signed-off-by: Tamas Nyiri <tamas.nyiri@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/02_operator_list.dox39
1 files changed, 38 insertions, 1 deletions
diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox
index 90aee130bf..e1eec58e4e 100644
--- a/docs/02_operator_list.dox
+++ b/docs/02_operator_list.dox
@@ -2242,7 +2242,7 @@ where N = batches, C = channels, H = height, W = width
</table>
<tr>
<td rowspan="3">Pooling2dLayer
- <td rowspan="3" style="width:200px;"> Layer to perform pooling with the specified pooling operation.
+ <td rowspan="3" style="width:200px;"> Layer to perform 2D pooling with the specified pooling operation.
<td rowspan="3">
<ul>
<li>ANEURALNETWORKS_AVERAGE_POOL_2D
@@ -2295,6 +2295,43 @@ where N = batches, C = channels, H = height, W = width
<tr><td>FLOAT32
</table>
<tr>
+ <td rowspan="3">Pooling3dLayer
+ <td rowspan="3" style="width:200px;"> Layer to perform 3D pooling with the specified pooling operation.
+ <td rowspan="3">
+ <ul>
+ <li>ANEURALNETWORKS_AVERAGE_POOL_3D
+ <li>ANEURALNETWORKS_L2_POOL_3D
+ <li>ANEURALNETWORKS_MAX_POOL_3D
+ </ul>
+ <td>CpuRef
+ <td>
+ <ul>
+ <li>NDHWC
+ </ul>
+ <td>
+ <table>
+ <tr><th>
+ <tr><td>BFLOAT16
+ <tr><td>FLOAT16
+ <tr><td>FLOAT32
+ <tr><td>QASYMMS8
+ <tr><td>QASYMMU8
+ <tr><td>QSYMMS16
+ </table>
+<tr>
+ <td>CpuAcc
+ <td>
+ <ul>
+ <li>NA
+ </ul>
+ <td>
+<tr>
+ <td>GpuAcc
+ <td>
+ <ul>
+ <li>NDHWC
+ </ul>
+<tr>
<td rowspan="1">PreCompiledLayer
<td rowspan="1" style="width:200px;"> Opaque layer provided by a backend which provides an executable representation of a subgraph from the original network.
<td rowspan="1">