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.
|