tensorflow/rust
Rust language bindings for TensorFlow
Wraps TensorFlow's C API with automatic binary download for x86-64 Linux/Mac or on-demand compilation via Bazel, supporting both CPU and GPU backends through optional feature flags. Provides idiomatic Rust abstractions over TensorFlow's graph execution model, with interoperability for loading Python-trained models and an unstable `expr` module for experimental tensor operations.
5,471 stars. No commits in the last 6 months.
Stars
5,471
Forks
435
Language
Rust
License
Apache-2.0
Category
Last pushed
Jan 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tensorflow/rust"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
tracel-ai/burn
Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on...
sonos/tract
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
pykeio/ort
Fast ML inference & training for ONNX models in Rust
robertknight/rten
ONNX neural network inference engine
elixir-nx/ortex
ONNX Runtime bindings for Elixir