Add delegate for SQRT and RSQRT (#3742)
author이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 30 Nov 2018 06:08:11 +0000 (15:08 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 30 Nov 2018 06:08:11 +0000 (15:08 +0900)
commit1c72018738d1231c02e2b8adca5dc7ed126345b5
tree3be2a3a3e05b43fc8c36e3a8ade74e56dc024111
parentf030613545806ddaa2e213fdc2b7018417819f48
Add delegate for SQRT and RSQRT (#3742)

* Add delegate for SQRT and RSQRT

With tensorflow v1.12, SQRT and RSQRT are built-in operator.
This commit adds delegate for built-in SQRT and RSQRT.

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* Add macro to avoid GBS build fail

tizen(obs) has tensorflow v1.9 while this commit requires v1.12.
libs/support/tflite/src/nnapi_delegate.cpp