Introduce TENSORFLOW_SUM_EX operation in PACL (#2836)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 28 Sep 2018 02:45:10 +0000 (11:45 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 28 Sep 2018 02:45:10 +0000 (11:45 +0900)
commitb6bac9eb38c1905764e69a1b196665fa3bc8d82b
tree4bdbd90e4f00af2de4b841832fd22d7377727be1
parent94b0f9cc794451166b916042705ebd236422bdf6
Introduce TENSORFLOW_SUM_EX operation in PACL (#2836)

Add nnapi delegation of TENSORFLOW_SUM_EX operation.
Add param and node for TENSORFLOW_SUM_EX operation.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
libs/support/tflite/src/nnapi_delegate.cpp
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/internal/op/ReduceSum.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceSum.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc