Add TensorFlowSum custom operator in tflite interpreter (#2797)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Thu, 27 Sep 2018 02:03:18 +0000 (11:03 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 27 Sep 2018 02:03:18 +0000 (11:03 +0900)
commit85d03219dd2727b2a79bfbee827ba8b7139dc88e
tree80c6c9604ceab7f948080f1e835d623bcda42d20
parentfcfb8ef95e7f5bb020c827ada503241ae72e3ae7
Add TensorFlowSum custom operator in tflite interpreter (#2797)

This commit registers TensorFlowSum operator in tflite interpreter.
It contains the actual behavior of TensorFlowSum.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
include/support/tflite/kernels/CustomOps.h
include/support/tflite/kernels/TensorFlowSum.h [new file with mode: 0644]
libs/support/tflite/src/kernels/TensorFlowSum.cpp [new file with mode: 0644]
libs/support/tflite/src/kernels/register.cpp