Add NNAPI Delegation and Custom Op for Equal (#2984)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Wed, 10 Oct 2018 02:33:26 +0000 (08:03 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 10 Oct 2018 02:33:26 +0000 (11:33 +0900)
commitdc08c121dae9c9c069f21617a535edd4df7c227e
treee1a37e8e2801c2871bb25da1dbe2d785a0338f39
parent3da8c215d3a63c44361fc222a9143d85dc32d06f
Add NNAPI Delegation and Custom Op for Equal (#2984)

This patch adds NNAPI Delegation and Custom op definition for Equal.

Signed-off-by: prasannar <prasanna.r@samsung.com>
include/support/tflite/kernels/CustomOps.h
include/support/tflite/kernels/Equal.h [new file with mode: 0644]
libs/support/tflite/src/kernels/Equal.cpp [new file with mode: 0644]
libs/support/tflite/src/kernels/register.cpp
libs/support/tflite/src/nnapi_delegate.cpp