aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2021-09-08 13:05:51 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-10-01 15:27:01 +0100
commitb63a31170aee1d28267d83a4bc67b57708fb6b05 (patch)
tree16cea0a872939be749b72f45ad125964439bc40e /docs
parenteb852bb9e45b1db42a26001ece11ec7cc1f2bbfe (diff)
downloadarmnn-b63a31170aee1d28267d83a4bc67b57708fb6b05.tar.gz
IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation
* Added front-end * Added Reference workload * Added Serializer & Deserializer support * Added unit tests * Added NDHWC DataLayout Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Iec4d39e7433b5334d52fa44cf8efc6bcd39319d8
Diffstat (limited to 'docs')
-rw-r--r--docs/01_02_deserializer_serializer.dox1
-rw-r--r--docs/05_operator_list.dox43
2 files changed, 44 insertions, 0 deletions
diff --git a/docs/01_02_deserializer_serializer.dox b/docs/01_02_deserializer_serializer.dox
index 55259ddeb8..6bd0d4a1a2 100644
--- a/docs/01_02_deserializer_serializer.dox
+++ b/docs/01_02_deserializer_serializer.dox
@@ -30,6 +30,7 @@ The Arm NN SDK Serializer currently supports the following layers:
- Concat
- Constant
- Convolution2d
+- Convolution3d
- DepthToSpace
- DepthwiseConvolution2d
- Dequantize
diff --git a/docs/05_operator_list.dox b/docs/05_operator_list.dox
index 527cd92465..90aee130bf 100644
--- a/docs/05_operator_list.dox
+++ b/docs/05_operator_list.dox
@@ -837,6 +837,49 @@ where N = batches, C = channels, H = height, W = width
<tr><td>QUANTIZEDSYMM8PERAXIS
</table>
<tr>
+ <td rowspan="3">Convolution3dLayer
+ <td rowspan="3" style="width:200px;"> Layer to compute a 3D convolution operation.
+ <td rowspan="3">
+ <ul>
+ <li>N/A
+ </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>QSYMMS8
+ <tr><td>QSYMMS16
+ </table>
+<tr>
+ <td>CpuAcc
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+<tr>
+ <td>GpuAcc
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+<tr>
<td rowspan="1">DebugLayer
<td rowspan="1" style="width:200px;"> Layer to print out inter layer tensor information.
<td rowspan="1">