aboutsummaryrefslogtreecommitdiff
path: root/docs/05_operator_list.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/05_operator_list.dox')
-rw-r--r--docs/05_operator_list.dox45
1 files changed, 8 insertions, 37 deletions
diff --git a/docs/05_operator_list.dox b/docs/05_operator_list.dox
index 4c4f6d10ed..1f4b43f55e 100644
--- a/docs/05_operator_list.dox
+++ b/docs/05_operator_list.dox
@@ -3173,7 +3173,7 @@ where N = batches, C = channels, H = height, W = width
</table>
<tr>
<td rowspan="3">UnidirectionalSquenceLstmLayer
- <td rowspan="3" style="width:200px;"> Layer to perform unidirectional LSTM operation.
+ <td rowspan="3" style="width:200px;"> Layer to perform unidirectional sequence LSTM operation.
<td rowspan="3">
<ul>
<li>ANEURALNETWORKS_UNIDIRECTIONAL_SEQUENCE_LSTM
@@ -3185,43 +3185,14 @@ where N = batches, C = channels, H = height, W = width
</ul>
<td>
<table>
- <tr><th>
- <tr><td>All
+ <tr><th>Input Types
+ <tr><td>FLOAT32
+ </table>
+ <table>
+ <tr><th>Weight Types
+ <tr><td>FLOAT32
+ <tr><td>QASYMMS8
</table>
-<tr>
- <td>CpuAcc
- <td>
- <ul>
- <li>NHWC
- <li>NCHW
- </ul>
- <td>
- <table>
- <tr><th>
- <tr><td>SIGNED32
- <tr><td>FLOAT16
- <tr><td>FLOAT32
- <tr><td>QASYMMU8
- <tr><td>QASYMMS8
- <tr><td>QUANTIZEDSYMM8PERAXIS
- </table>
-<tr>
- <td>GpuAcc
- <td>
- <ul>
- <li>NHWC
- <li>NCHW
- </ul>
- <td>
- <table>
- <tr><th>
- <tr><td>SIGNED32
- <tr><td>FLOAT16
- <tr><td>FLOAT32
- <tr><td>QASYMMU8
- <tr><td>QASYMMS8
- <tr><td>QUANTIZEDSYMM8PERAXIS
- </table>
<tr>
<td rowspan="3">UnmapLayer
<td rowspan="3" style="width:200px;"> Layer to perform unmap operation on tensor.