File: control

package info (click to toggle)
tensorflow 2.14.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 359,396 kB
  • sloc: cpp: 2,418,453; python: 736,954; java: 20,254; ansic: 18,962; sh: 9,279; pascal: 7,941; objc: 1,584; xml: 988; ada: 727; cs: 273; perl: 150; makefile: 92
file content (63 lines) | stat: -rw-r--r-- 2,548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: tensorflow
Section: science
Priority: optional
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>,
           Bardia Moshiri <bardia@furilabs.com>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libabsl-dev,
               libcpuinfo-dev (>= 0.0~git20220617.082deff-2),
               libegl-dev,
               libeigen3-dev,
               libfarmhash-dev,
               libfft2d-dev,
               libflatbuffers-dev (>= 23.5.26+dfsg-3),
               libfp16-dev,
               libgemmlowp-dev,
               libgles-dev,
               libneon-2-sse-dev,
               libpthreadpool-dev,
               libruy-dev (>= 0.0.0~git20230215.21a85fe-2),
               libvulkan-dev,
#              ml-dtypes-dev,
               opencl-c-headers,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/deeplearning-team/tensorflow
Vcs-Git: https://salsa.debian.org/deeplearning-team/tensorflow.git
Homepage: https://tensorflow.org/

Package: libtensorflow-lite2.14.1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Computation using data flow graphs for scalable machine learning (shared lib)
 TensorFlow is an open source software library for numerical computation
 using data flow graphs. The graph nodes represent mathematical operations,
 while the graph edges represent the multidimensional data arrays (tensors)
 that flow between them. This flexible architecture enables you to deploy
 computation to one or more CPUs or GPUs in a desktop, server, or mobile
 device without rewriting code.
 .
 This package provides the tensorflow-lite shared library.

Package: libtensorflow-lite-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libtensorflow-lite2.14.1 (= ${binary:Version}),
         libflatbuffers-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Computation using data flow graphs for scalable machine learning (dev files)
 TensorFlow is an open source software library for numerical computation
 using data flow graphs. The graph nodes represent mathematical operations,
 while the graph edges represent the multidimensional data arrays (tensors)
 that flow between them. This flexible architecture enables you to deploy
 computation to one or more CPUs or GPUs in a desktop, server, or mobile
 device without rewriting code.
 .
 This package ships C and C++ headers files for tensorflow lite.