flodl-sys 0.2.1

Raw FFI bindings to libtorch via a thin C++ shim
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# flodl-sys

Raw FFI bindings to [libtorch](https://pytorch.org/cppdocs/) via a thin C++ shim (`shim.h` / `shim.cpp`). This crate is the foundation layer for [flodl](https://crates.io/crates/flodl).

**You should not use this crate directly.** Use the [`flodl`](https://crates.io/crates/flodl) crate instead, which provides a safe Rust API for tensors, autograd, neural network modules, and graph-based model composition.

## Build requirements

The `build.rs` script expects libtorch to be available. Set `LIBTORCH_PATH` to the path of your libtorch installation, or use the Docker-based build provided by the main repository.

## License

MIT — see [LICENSE](../LICENSE).

Repository: <https://github.com/fab2s/floDl>