File: control

package info (click to toggle)
tiny-dnn 1.0.0a3%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,760 kB
  • sloc: cpp: 16,471; ansic: 11,829; lisp: 3,682; python: 3,422; makefile: 206
file content (59 lines) | stat: -rw-r--r-- 1,568 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
Source: tiny-dnn
Section: science
Priority: optional
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 doxygen,
 graphviz,
 libcereal-dev,
 libgemmlowp-dev,
 libgmock-dev <!nocheck>,
 libgtest-dev <!nocheck>,
 libstb-dev,
 libtbb-dev,
Standards-Version: 4.6.0
Homepage: https://github.com/tiny-dnn/tiny-dnn
Vcs-Browser: https://salsa.debian.org/deeplearning-team/tiny-dnn
Vcs-Git: https://salsa.debian.org/deeplearning-team/tiny-dnn.git
Rules-Requires-Root: no

Package: tiny-dnn
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Suggests:
 tiny-dnn-doc,
Description: header only deep learning framework in C++
 tiny-dnn is a C++ implementation of deep learning. It is suitable for deep
 learning on limited computational resource, embedded systems and IoT devices.
 .
 Features:
 .
  * Reasonably fast, without GPU;
  * Portable & header-only;
  * Easy to integrate with real applications;
  * Simply implemented.

Package: tiny-dnn-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Description: header only deep learning framework in C++ -- documentation
 tiny-dnn is a C++ implementation of deep learning. It is suitable for deep
 learning on limited computational resource, embedded systems and IoT devices.
 .
 Features:
 .
  * Reasonably fast, without GPU;
  * Portable & header-only;
  * Easy to integrate with real applications;
  * Simply implemented.
 .
 This package contains the documentation.