aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/02_operator_list.dox48
-rw-r--r--docs/05_02_deserializer_serializer.dox6
2 files changed, 29 insertions, 25 deletions
diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox
index d329901af9..8fa6178aff 100644
--- a/docs/02_operator_list.dox
+++ b/docs/02_operator_list.dox
@@ -2782,11 +2782,26 @@ where N = batches, C = channels, H = height, W = width
<tr><td>FLOAT32
</table>
<tr>
+ <td>GpuAcc
+ <td>
+ <ul>
+ <li>NHWC
+ <li>NCHW
+ </ul>
+ <td>
+ <table>
+ <tr><th>
+ <tr><td>QASYMMU8
+ <tr><td>QASYMMS8
+ <tr><td>FLOAT16
+ <tr><td>FLOAT32
+ </table>
+<tr>
<td rowspan="3">ReverseV2Layer
- <td rowspan="3" style="width:200px;"> Layer to perform ReverseV2 operations.
+ <td rowspan="3" style="width:200px;"> Layer to perform reverse of a tensor.
<td rowspan="3">
<ul>
- <li>N/A
+ <li>NA
</ul>
<td>CpuRef
<td>
@@ -2807,36 +2822,23 @@ where N = batches, C = channels, H = height, W = width
<td>CpuAcc
<td>
<ul>
- <li>N/A
- </ul>
- <td>
- <ul>
- <li>N/A
- </ul>
-<tr>
- <td>GpuAcc
- <td>
- <ul>
- <li>N/A
+ <li>All
</ul>
<td>
- <ul>
- <li>N/A
- </ul>
+ <table>
+ <tr><th>
+ <tr><td>All
+ </table>
<tr>
<td>GpuAcc
<td>
<ul>
- <li>NHWC
- <li>NCHW
+ <li>All
</ul>
<td>
<table>
<tr><th>
- <tr><td>QASYMMU8
- <tr><td>QASYMMS8
- <tr><td>FLOAT16
- <tr><td>FLOAT32
+ <tr><td>All
</table>
<tr>
<td rowspan="3">RsqrtLayer
@@ -3505,4 +3507,4 @@ where N = batches, C = channels, H = height, W = width
</table>
*/
-} // namespace \ No newline at end of file
+} // namespace
diff --git a/docs/05_02_deserializer_serializer.dox b/docs/05_02_deserializer_serializer.dox
index c36e010323..ab821b8d66 100644
--- a/docs/05_02_deserializer_serializer.dox
+++ b/docs/05_02_deserializer_serializer.dox
@@ -1,4 +1,4 @@
-/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
+/// Copyright (c) 2021-2023 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///
@@ -68,6 +68,7 @@ The Arm NN SDK Serializer currently supports the following layers:
- Reduce
- Reshape
- Resize
+- ReverseV2
- Shape
- Slice
- Softmax
@@ -161,6 +162,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- Reshape
- Resize
- ResizeBilinear
+- ReverseV2
- Slice
- Softmax
- SpaceToBatchNd
@@ -187,4 +189,4 @@ Some layers have been deprecated and replaced by others layers. In order to main
- ResizeBilinear will deserialize as Resize
**/
-} \ No newline at end of file
+}