TFLiteSharp: Added spec file to build using gbs (#1162)
authorSaurav Babu/Advanced SW Team/./삼성전자 <saurav.babu@samsung.com>
Tue, 15 May 2018 03:49:12 +0000 (09:19 +0530)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 15 May 2018 03:49:12 +0000 (12:49 +0900)
commit25e83711dd0e22cb83e007d2739df1781aea1fc3
tree9a90d1624014ecf9514d6e15d6567125e46700db
parenta1bc27fb092f51f30a1b4033258105c57898420c
TFLiteSharp: Added spec file to build using gbs (#1162)

This patch adds skeleton code for native c++ binding between c# api and
tflite. This patch also adds packaging to build native cpp binding and
c# api using gbs. It will first build the TFLiteNative package
containing native c++ bindings and then it  will build TFLiteSharp(c# api package)

Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
contrib/TFLiteSharp/README.md
contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj
contrib/TFLiteSharp/packaging/TFLiteSharp.manifest [new file with mode: 0644]
contrib/TFLiteSharp/packaging/TFLiteSharp.spec [new file with mode: 0644]