aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Mcloughlin <john.mcloughlin@arm.com>2023-05-15 17:03:49 +0100
committerJohn Mcloughlin <john.mcloughlin@arm.com>2023-05-17 12:29:54 +0100
commit0ec008761ab26110dcb108d544be4040a14fd403 (patch)
tree87bbc145ff2a4ea3221440b0fbd7c91a5b8a7c91 /docs
parent499ebd917d8399f0a9d4d7e6e40a0ec321a4bab4 (diff)
downloadarmnn-0ec008761ab26110dcb108d544be4040a14fd403.tar.gz
IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE.
* Added 2 new operators as ElementWiseBinary ops * Ref End to End and unit tests * Serialize and Deserialize tests * Delegate and Opaque Delegate tests * TfLite Parser tests Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: I537158127f602f0c41ca0402aa31655cd3bd4281
Diffstat (limited to 'docs')
-rw-r--r--docs/02_operator_list.dox46
-rw-r--r--docs/05_01_parsers.dox2
-rw-r--r--docs/05_03_delegate.dox4
3 files changed, 52 insertions, 0 deletions
diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox
index 53e37e2b4e..16b0f0b14c 100644
--- a/docs/02_operator_list.dox
+++ b/docs/02_operator_list.dox
@@ -1164,6 +1164,52 @@ where N = batches, C = channels, H = height, W = width
<tr><td>FLOAT32
</table>
<tr>
+ <td rowspan="3">ElementwiseBinaryLayer
+ <td rowspan="3" style="width:200px;"> Layer to perform Power and Square Difference operations.
+ <td rowspan="3">
+ <ul>
+ <li>ANEURALNETWORKS_POW
+ </ul>
+ <td>CpuRef
+ <td>
+ <ul>
+ <li>All
+ </ul>
+ <td>
+ <table>
+ <tr><th>
+ <tr><td>FLOAT16
+ <tr><td>FLOAT32
+ <tr><td>QASYMMS8
+ <tr><td>QASYMMU8
+ <tr><td>QSYMMS16
+ <tr><td>SIGNED32
+ </table>
+<tr>
+ <td>CpuAcc
+ <td>
+ <ul>
+ <li>All
+ </ul>
+ <td>
+ <table>
+ <tr><th>
+ <tr><td>FLOAT16
+ <tr><td>FLOAT32
+ </table>
+<tr>
+ <td>GpuAcc
+ <td>
+ <ul>
+ <li>All
+ </ul>
+ <td>
+ <table>
+ <tr><th>
+ <tr><td>FLOAT16
+ <tr><td>FLOAT32
+ </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">
diff --git a/docs/05_01_parsers.dox b/docs/05_01_parsers.dox
index e8d4797227..08d569d065 100644
--- a/docs/05_01_parsers.dox
+++ b/docs/05_01_parsers.dox
@@ -162,6 +162,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- PACK
- PAD
- PADV2
+- POW
- PRELU
- QUANTIZE
- RELU
@@ -183,6 +184,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- SPLIT_V
- SQUEEZE
- SQRT
+- SQUARE_DIFFERENCE
- STRIDED_SLICE
- SUB
- SUM
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index b804268e90..49d6af31e6 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -141,6 +141,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- PADV2
+- POW
+
- PRELU
- QUANTIZE
@@ -183,6 +185,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- SQRT
+- SQUARE_DIFFERENCE
+
- SQUEEZE
- SLICE