Introduce ArgMax operation. (#3288)
authorPRAVEEN DORESWAMY NAIDU/System SW /SRI-Bangalore/Staff Engineer/삼성전자 <praveen.dn@samsung.com>
Thu, 25 Oct 2018 10:51:14 +0000 (16:21 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 25 Oct 2018 10:51:14 +0000 (19:51 +0900)
commit37609e5e8c5d1a7707f84bd8da38c84948ae5fe6
tree6d6d1d648f4ec850192ec9c83b22de1f011fa1c5
parentbd5beb96771f610f67a8f33eeb7b14346882ef50
Introduce ArgMax operation. (#3288)

This patch will introduce the ArgMax operation in NNFW.

Signed-off-by: Praveen D N <praveen.dn@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/ArgMax.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ArgMax.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc