aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dlpack/pkg-descr
blob: 285ded3b888c9c27c956a3348b3781984a20fb1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
DLPack is an open in-memory tensor structure for sharing tensors 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.