Add Abs custom op in tflite (#3033)
authorSiva Sai Vaddipati/System SW /SRI-Bangalore/Engineer/삼성전자 <siva.sai@samsung.com>
Mon, 15 Oct 2018 02:17:29 +0000 (07:47 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 15 Oct 2018 02:17:29 +0000 (11:17 +0900)
commit80033427a1bc61f868b23b928c0ac40e7418b21e
treed32a54fc96920503904502b0a34eade210e72269
parentfdd8f4a59d471eb3cbe008f02426c665bd48f304
Add Abs custom op in tflite (#3033)

This commit resgiters and performs Custom(Abs) op in tflite.
Related issue:#2828

Signed-off-by: Siva Sai <siva.sai@samsung.com>
include/support/tflite/kernels/Abs.h [new file with mode: 0644]
include/support/tflite/kernels/CustomOps.h
libs/support/tflite/src/kernels/Abs.cpp [new file with mode: 0644]
libs/support/tflite/src/kernels/register.cpp