From 3b3dcbf0321fadcb2b7b5b550a4d03f510d7cb7b Mon Sep 17 00:00:00 2001 From: Cian McGriskin Date: Wed, 26 Jul 2023 11:52:47 +0100 Subject: IVGCVSW-2291 TILE Operator CL Implementation * Added Tile Operator Implementation to CL * Added calls to the existing UnitTests * Added Documentation Signed-off-by: Cian McGriskin Change-Id: If7d25c7aa669c24e7816e5d445c7a3b9ce6972d4 --- docs/02_operator_list.dox | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs/02_operator_list.dox') diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox index e3c9f8c1f2..a37b6fa3a7 100644 --- a/docs/02_operator_list.dox +++ b/docs/02_operator_list.dox @@ -3328,6 +3328,7 @@ where N = batches, C = channels, H = height, W = width FLOAT32 QASYMMS8 QASYMMU8 + QSYMMS8 QSYMMS16 SIGNED32 @@ -3352,12 +3353,18 @@ where N = batches, C = channels, H = height, W = width GpuAcc
-
None +
FLOAT16 +
FLOAT32 +
QASYMMS8 +
QASYMMU8 +
QSYMMS8 +
QSYMMS16 +
SIGNED32
TransposeConvolution2dLayer -- cgit v1.2.1