Import edgetpu runtime library. accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified master tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201030.123450 accepted/tizen/6.0/unified/hotfix/20201103.052119 accepted/tizen/6.5/unified/20211028.093657 accepted/tizen/7.0/unified/20221110.063427 accepted/tizen/7.0/unified/hotfix/20221116.104442 accepted/tizen/8.0/unified/20231005.092502 accepted/tizen/unified/20191218.120953 submit/tizen/20191218.020717 submit/tizen_6.0/20201029.205101 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 submit/tizen_6.5/20211028.161501 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 10 Dec 2019 09:35:09 +0000 (18:35 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 10 Dec 2019 09:40:37 +0000 (18:40 +0900)
commit36cec71a0adbba0644676f716bd823583649d8ed
tree705cf3e92063558233ee549a99e3d5646203ab19
Import edgetpu runtime library.

Get required files from https://github.com/google-coral/edgetpu
and their binary packages.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
25 files changed:
LICENSE [new file with mode: 0644]
libedgetpu/BUILD [new file with mode: 0644]
libedgetpu/LICENSE.txt [new file with mode: 0644]
libedgetpu/direct/aarch64/libedgetpu.so.1 [new symlink]
libedgetpu/direct/aarch64/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/direct/armv6/libedgetpu.so.1 [new symlink]
libedgetpu/direct/armv6/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/direct/armv7a/libedgetpu.so.1 [new symlink]
libedgetpu/direct/armv7a/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/direct/k8/libedgetpu.so.1 [new symlink]
libedgetpu/direct/k8/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/edgetpu-accelerator.rules [new file with mode: 0644]
libedgetpu/edgetpu.h [new file with mode: 0644]
libedgetpu/edgetpu_c.h [new file with mode: 0644]
libedgetpu/throttled/aarch64/libedgetpu.so.1 [new symlink]
libedgetpu/throttled/aarch64/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/throttled/armv6/libedgetpu.so.1 [new symlink]
libedgetpu/throttled/armv6/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/throttled/armv7a/libedgetpu.so.1 [new symlink]
libedgetpu/throttled/armv7a/libedgetpu.so.1.0 [new file with mode: 0755]
libedgetpu/throttled/k8/libedgetpu.so.1 [new symlink]
libedgetpu/throttled/k8/libedgetpu.so.1.0 [new file with mode: 0755]
packaging/edgetpu-runtime.manifest [new file with mode: 0644]
packaging/edgetpu-runtime.spec [new file with mode: 0644]
packaging/edgetpu.pc.in [new file with mode: 0644]