dlpark 0.1.0

dlpack Rust binding for Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# dlpark

A pure Rust implementation of [dmlc/dlpack](https://github.com/dmlc/dlpack).

Check [example/from_numpy](./example/from_numpy) for usage.

This implementation focuses on transferring tensor from Rust to Python.

## Quick Start

Pass opencv `Mat` to Python

```rust
TODO
```