Introduce ReduceMin in PACL (#3729)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Wed, 28 Nov 2018 10:43:47 +0000 (16:13 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 28 Nov 2018 10:43:47 +0000 (19:43 +0900)
commit81c6f43d7113961cab5ea26cbca68c08ebf0e4d6
tree2e398fc205499972a38b6a0f3df1fd4e6657ce45
parent4866cccd39651835b591d3230b88cf67901a62f9
Introduce ReduceMin in PACL (#3729)

This patch introduces ReduceMin in PACL.
Related issue: #3459

Signed-off-by: prasannar <prasanna.r@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/internal/op/ReduceMin.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceMin.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc