aboutsummaryrefslogtreecommitdiff
path: root/docs/02_operator_list.dox
diff options
context:
space:
mode:
authorTracy Narine <tracy.narine@arm.com>2023-07-04 15:08:57 +0100
committerTracy Narine <tracy.narine@arm.com>2023-07-07 10:05:28 +0000
commit944fb508b1c30415e423b8916849c66a13867ea4 (patch)
treeb4a3c96425184965415f0adc3a9cd7a0011e97cd /docs/02_operator_list.dox
parent8e9747ab5211460e8dcc5e81d97e567152a0b710 (diff)
downloadarmnn-944fb508b1c30415e423b8916849c66a13867ea4.tar.gz
IVGCVSW-7832 Add REVERSE_V2 to Serializer and Deserializer
* Support for ReverseV2 for the serializer and deserializer added * Tests added * CMake files updated for the build * Fixed an issue with the operator_list documentation for Resize and ReverseV2 Signed-off-by: Tracy Narine <tracy.narine@arm.com> Change-Id: If396f55ecdd763d6f91c51707809f4bd58715cec
Diffstat (limited to 'docs/02_operator_list.dox')
-rw-r--r--docs/02_operator_list.dox48
1 files changed, 25 insertions, 23 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