runtime/CL: add ReduceSum layer 25/247025/1 tizen_devel
authorInki Dae <inki.dae@samsung.com>
Mon, 12 Oct 2020 21:49:13 +0000 (06:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 6 Nov 2020 07:11:38 +0000 (16:11 +0900)
commit7e3244458186a57085e8a316099b2cc9a117fda7
tree9d758411ae528c4c0eade7a97d26e071f06ad252
parentd244c1d26b723682723ceb224392f6ed5f5e8d70
runtime/CL: add ReduceSum layer

Change-Id: I6a16a2264eebcd7286eca54adf152105247b4396
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Android.bp
arm_compute/runtime/CL/CLFunctions.h
arm_compute/runtime/CL/functions/CLReduceSum.h [new file with mode: 0644]
src/runtime/CL/functions/CLReduceSum.cpp [new file with mode: 0644]