aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/operator_list.dox
diff options
context:
space:
mode:
authorMohammed Suhail Munshi <MohammedSuhail.Munshi@arm.com>2022-03-16 11:14:06 +0000
committerSuhail M <MohammedSuhail.Munshi@arm.com>2022-04-19 10:56:03 +0000
commit5e549fa8ff058eb06cb74de43b9f89a08d0b4a9c (patch)
tree3669bd536cc9d183396e4e1bb0e02049bc883191 /docs/user_guide/operator_list.dox
parent0a486cf66c70b4bd9b0ea8ba9dc5b42f52ed16c3 (diff)
downloadComputeLibrary-5e549fa8ff058eb06cb74de43b9f89a08d0b4a9c.tar.gz
Add CLPool3d Int8 Support
- Adds Qasymm8 and Qasymm8_signed support to the 3d pool operator Resolves: COMPMID-4669 Signed-off-by: Mohammed Suhail Munshi <MohammedSuhail.Munshi@arm.com> Change-Id: I36038c2b7c4f36baf67f7aae801356890e104538 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/410496 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com> Comments-Addressed: bsgcomp <bsgcomp@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7391 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/user_guide/operator_list.dox')
-rw-r--r--docs/user_guide/operator_list.dox4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/user_guide/operator_list.dox b/docs/user_guide/operator_list.dox
index c0888f1775..51a72bf2d7 100644
--- a/docs/user_guide/operator_list.dox
+++ b/docs/user_guide/operator_list.dox
@@ -2330,6 +2330,8 @@ where N = batches, C = channels, H = height, W = width, D = depth
<tr><th>src<th>dst
<tr><td>F16<td>F16
<tr><td>F32<td>F32
+ <tr><td>QASYMM8<td>QASYMM8
+ <tr><td>QASYMM8_SIGNED<td>QASYMM8_SIGNED
</table>
<tr>
<td rowspan="2">PReluLayer
@@ -3155,4 +3157,4 @@ where N = batches, C = channels, H = height, W = width, D = depth
</table>
*/
-} // namespace \ No newline at end of file
+} // namespace