Registry / other / dlpack

dlpack

JSON →
library1.3vcpkgunverified

DLPack is an open in-memory tensor structure for sharing tensors among frameworks.

vcpkg install dlpack
INSTALL
IMPORT
SIG · DLPACK
D
dlpack
othercppv1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dlpack/dlpack.h
#include <dlpack/dlpack.h>

Basic usage of DLPack tensor structure

#include <dlpack/dlpack.h> #include <cstdio> int main() { DLManagedTensor tensor; printf("DLPack tensor created\n"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

dlpack — pip install dlpack · libregistry