chore: import upstream snapshot with attribution
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s

This commit is contained in:
wehub-resource-sync
2026-07-13 12:14:16 +08:00
commit 8a852e4b4e
36502 changed files with 9277225 additions and 0 deletions
@@ -0,0 +1,11 @@
tflite-runtime (2.0.0-1) unstable; urgency=low
* Bump version to 2.0.0.
-- TensorFlow team <packages@tensorflow.org> Fri, 18 Oct 2019 13:21:05 -0700
tflite-runtime (1.14.0-1) unstable; urgency=low
* Initial release.
-- TensorFlow team <packages@tensorflow.org> Thu, 29 Aug 2019 14:34:40 -0700
@@ -0,0 +1 @@
9
@@ -0,0 +1,28 @@
Source: tflite-runtime
Maintainer: TensorFlow team <packages@tensorflow.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python3-all,
python3-numpy (>= 1:1.12.1),
python3-setuptools,
python3-wheel
Standards-Version: 3.9.8
Homepage: https://www.tensorflow.org/
Package: python3-tflite-runtime
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
python3-numpy (>= 1:1.12.1),
libc6 (>= 2.14),
libgcc1 (>= 1:4.7),
libstdc++6 (>= 6)
Description: TensorFlow Lite is for mobile and embedded devices.
TensorFlow Lite is the official solution for running machine learning models on
mobile and embedded devices. It enables on-device machine learning inference
with low latency and a small binary size on Android, iOS, and other operating
systems.
@@ -0,0 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-tflite-runtime
Source: https://www.tensorflow.org/
Files: *
Copyright: Copyright 2019 Google, LLC <packages@tensorflow.org>
License: Apache-2.0
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=tflite_runtime
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_shlibdeps: