dlpack-ffi 1.2.0

DLPack FFI binding
Documentation
  • Coverage
  • 91.76%
    78 out of 85 items documented1 out of 10 items with examples
  • Size
  • Source code size: 51.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • RESTGroup/dlpack-ffi
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ajz34

DLPack Rust FFI binding

This is a minimal FFI binding to DLPack. DLPack is an open in-memory tensor structure for sharing tensors among frameworks.

Current FFI version is DLPack v1.2. Version of this crate will follow the DLPack version. We do not add any safe-wrappers or abstractions on top of the FFI layer.

This crate is not official bindgen project. This project will only serve as a minimal binding layer for users who want to build their own safe abstractions on top of DLPack FFI. We will not add anything other than bindgen automatically generated code.