[RUA] Introduce Anchor & Shim module (#5243)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 22 May 2019 08:08:32 +0000 (17:08 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 22 May 2019 08:08:32 +0000 (17:08 +0900)
commit7e890ba8c4e266404a8127903bd9b48cceab9ce1
treed9cc1becf07dde4b036a42611fb964aa5e0807da
parentd76f977efe302e6c86074fa35ea9253434a10819
[RUA] Introduce Anchor & Shim module (#5243)

This commit introduces rua-anchor which provides as a global rua
service store, and rua-shim which provides (inlined) Android NN API
implementation which delegates the call to the anchored runtime.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/rua/CMakeLists.txt
libs/rua/anchor/CMakeLists.txt [new file with mode: 0644]
libs/rua/anchor/include/rua/Anchor.h [new file with mode: 0644]
libs/rua/anchor/src/Anchor.cpp [new file with mode: 0644]
libs/rua/shim/CMakeLists.txt [new file with mode: 0644]
libs/rua/shim/include/rua/Shim.h [new file with mode: 0644]