aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-10-19 08:48:07 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-01-09 15:09:46 +0000
commit94916a5c06065bca0b232106bd4ae68f9986b7b0 (patch)
tree1510f0e09f48305ce3a2c32e7adfddcc2da7b39a /docs
parentc998108fbd4c134286b481768a873c54ae744a70 (diff)
downloadarmnn-94916a5c06065bca0b232106bd4ae68f9986b7b0.tar.gz
IVGCVSW-6493 Add GpuAcc Batch MatMul workload Fp32
* GpuAcc only supports up to 3D, so no 4D test have been added Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ie926cd45c350be624cbdc6cb27c89d2d3f60884b
Diffstat (limited to 'docs')
-rw-r--r--docs/02_operator_list.dox9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox
index d9a3d2c83b..007d4f5e35 100644
--- a/docs/02_operator_list.dox
+++ b/docs/02_operator_list.dox
@@ -304,12 +304,13 @@ where N = batches, C = channels, H = height, W = width
<td>GpuAcc
<td>
<ul>
- <li>N/A
+ <li>All
</ul>
<td>
- <ul>
- <li>N/A
- </ul>
+ <table>
+ <tr><th>
+ <tr><td>FLOAT32
+ </table>
<tr>
<td rowspan="3">BatchNormalizationLayer
<td rowspan="3" style="width:200px;"> Layer to perform batch normalization.