File: control

package info (click to toggle)
frugally-deep 0.18.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: cpp: 6,680; python: 1,262; makefile: 4; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download | duplicates (2)
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
Source: frugally-deep
Section: libdevel
Priority: optional
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libeigen3-dev,
 libfplus-dev,
 nlohmann-json3-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/Dobiasd/frugally-deep
Vcs-Browser: https://salsa.debian.org/debichem-team/frugally-deep
Vcs-Git: https://salsa.debian.org/debichem-team/frugally-deep.git

Package: libfdeep-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: use Keras models in C++
 frugally-deep is a small header-only library written in modern and pure C++.
 It supports inference for sequential models and computational graphs with a
 more complex topology, created with the functional API. It re-implements a
 small subset of TensorFlow, i.e., the operations needed to support prediction.
 frugally-deep results in a much smaller binary size than linking against
 TensorFlow. It avoids temporarily allocating additional RAM during
 convolutions (by not materializing the im2col input matrix).