From b2d3ec5b1e938ef34facfdbcff83fc8e845d5f7c Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 12 Apr 2022 22:07:09 +0100 Subject: IVGCVSW-6856 Add GATHERNd FrontEnd and Ref Implementation * Add front end * Add reference workload * Add unit tests * Add EndToEnd test Signed-off-by: Teresa Charlin Change-Id: I4cebd17b18476df86162e2dda3366c10e80bd2f8 --- docs/02_operator_list.dox | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'docs/02_operator_list.dox') diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox index 2d16818e76..b29d56f6b5 100644 --- a/docs/02_operator_list.dox +++ b/docs/02_operator_list.dox @@ -1454,6 +1454,51 @@ where N = batches, C = channels, H = height, W = width All + + GatherNdLayer + Layer to perform the gatherNd operation. + + + CpuRef + + + + +
+
BFLOAT16 +
FLOAT16 +
FLOAT32 +
QASYMMS8 +
QASYMMU8 +
QSYMMS16 +
SIGNED32 +
+ + CpuAcc + + + + +
+
TBD +
+ + GpuAcc + + + + +
+
TBD +
InputLayer Special layer used to provide input data to the computational network. -- cgit v1.2.1