aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-06-08 09:49:46 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-06-09 10:56:48 +0000
commit930e1a2934002226ebf58aa5fee56d367a563636 (patch)
treecaf2c6cf8bb3b8dc56af9afbdbbf07b4421a10b2
parent49f8d6aeb645595289f04061cdcfefc404dd1652 (diff)
downloadarmnn-930e1a2934002226ebf58aa5fee56d367a563636.tar.gz
Fix ArmNN Operator table layout in doxygen
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I57ac5bd616b445e84ba12ef4189783943421ddb0
-rw-r--r--docs/02_operator_list.dox5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox
index 16b0f0b14c..ccdb2c10da 100644
--- a/docs/02_operator_list.dox
+++ b/docs/02_operator_list.dox
@@ -1211,7 +1211,7 @@ where N = batches, C = channels, H = height, W = width
</table>
<tr>
<td rowspan="3">ElementwiseUnaryLayer
- <td rowspan="3" style="width:200px;"> Layer to perform Rsqrt - Exp - Neg - Log - Abs - Sin - Sqrt operations.
+ <td rowspan="3" style="width:200px;"> Layer to perform Rsqrt - Exp - Neg - Log - Abs - Sin - Sqrt - Ceil operations.
<td rowspan="3">
<ul>
<li>ANEURALNETWORKS_ABS
@@ -2396,6 +2396,7 @@ where N = batches, C = channels, H = height, W = width
<ul>
<li>NDHWC
</ul>
+ <td>
<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.
@@ -3388,6 +3389,7 @@ where N = batches, C = channels, H = height, W = width
<tr><td>FLOAT32
<tr><td>QASYMMS8
</table>
+<tr>
<td>CpuAcc
<td>
<ul>
@@ -3402,6 +3404,7 @@ where N = batches, C = channels, H = height, W = width
<tr><th>Weight Types
<tr><td>FLOAT32
</table>
+<tr>
<td>GpuAcc
<td>
<ul>