tensorflow/rust
Rust language bindings for TensorFlow allowing machine learning model development and execution from Rust.

Velocity · 7d
+1.5
★ / day
Trend
→steady
star history
TensorFlow Rust provides idiomatic Rust bindings for TensorFlow, wrapping the TensorFlow C API. It enables Rust developers to build, train, and run machine learning models using TensorFlow’s backend. The crate automatically downloads or compiles TensorFlow shared libraries and supports GPU acceleration when CUDA dependencies are available.