[Gather OP] add gather operation fall-back (#1267)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Fri, 18 May 2018 08:05:20 +0000 (17:05 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Fri, 18 May 2018 08:05:20 +0000 (17:05 +0900)
commit149e2230f394b30d38c00967e00632f01c99263e
treeeccade3fdf40ca47e0e76710f42e1b5268a04386
parentadbf5acac8dd85092aaac5626fe6d391ca7f4a60
[Gather OP] add gather operation fall-back (#1267)

* [Gather OP] add gather operation fall-back

This commit introduces GATHER operation which is the first version.
- currently, only for float32 and 1D

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* [Gather Op] Gather operation to CPU executor

This commit adds Gather operation in CpuExecutor.
-currently, only for float32 and 1D

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
runtimes/nn/common/CMakeLists.txt
runtimes/nn/common/CpuExecutor.cpp
runtimes/nn/common/OperationsUtils.cpp
runtimes/nn/common/include/Operations.h
runtimes/nn/common/include/OperationsUtils.h
runtimes/nn/common/operations/Gather.cpp [new file with mode: 0644]