[ aramo ]
[ 原始碼: dlpack ]
套件: libdlpack-dev (0.6-1)
libdlpack-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 dlpack:
維護者:
Original Maintainers:
- Debian Deep Learning Team (郵件存檔)
- Mo Zhou
外部的資源:
- 主頁 [github.com]
相似套件:
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.