4 releases (2 breaking)
Uses old Rust 2015
0.3.0 | Dec 3, 2016 |
---|---|
0.2.0 | Oct 2, 2016 |
0.1.1 | Jul 23, 2016 |
0.1.0 | Jul 7, 2016 |
#66 in #tensorflow
Used in tensorflux
29KB
555 lines
tensorflux-sys
The package provides bindings to TensorFlow.
Documentation
Example
Requirements
The build prerequisites can be found on the corresponding page of TensorFlow’s documentation. In particular, Bazel, NumPy, and SWIG are assumed to be installed.
Configuration
The compilation process is configured via a number of environment variables, all
of which can be found in TensorFlow’s configure script.
In particular, TF_NEED_CUDA
is used to indicate if GPU support is needed.
Collaboration
Rust has an IRC culture, and most real-time collaborations happen in a variety of channels on Mozilla’s IRC network, irc.mozilla.org. The channels that are relevant to TensorFlow are #rust-machine-learning and #rust-tensorflow.
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.
Dependencies
~47KB