File: control

package info (click to toggle)
dlpack 0.0~git20200217.3ec0443-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: ansic: 117; python: 88; cpp: 57; sh: 38; makefile: 30
file content (28 lines) | stat: -rw-r--r-- 1,175 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
Source: dlpack
Section: science
Homepage: https://github.com/dmlc/dlpack
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/dlpack.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/dlpack
Maintainer: Debian Deep Learning Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: cmake, debhelper-compat (= 13)
Rules-Requires-Root: no

Package: libdlpack-dev
Architecture: any
Depends: ${misc:Depends}
Description: Open In Memory Tensor Structure
 DLPack is an open in-memory tensor structure to for sharing tensor among
 frameworks. DLPack enables
 .
  * Easier sharing of operators between deep learning frameworks.
  * Easier wrapping of vendor level operator implementations, allowing
    collaboration when introducing new devices/ops.
  * Quick swapping of backend implementations, like different version of BLAS
  * For final users, this could bring more operators, and possibility of mixing
    usage between frameworks.
 .
 DLPack do not intend to implement of Tensor and Ops, but instead use this as
 common bridge to reuse tensor and ops across frameworks.