flodl-sys 0.2.2

Raw FFI bindings to libtorch via a thin C++ shim
Documentation

flodl-sys

Raw FFI bindings to libtorch via a thin C++ shim (shim.h / shim.cpp). This crate is the foundation layer for flodl.

You should not use this crate directly. Use the 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.

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