tensorflow-sys 0.3.0

The package provides bindings to TensorFlow.
docs.rs failed to build tensorflow-sys-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tensorflow-sys-0.24.0

tensorflow-sys Version Status

The package provides bindings to TensorFlow.

Documentation

Example

Requirements

The build prerequisites of TensorFlow can be found on the corresponding page of TensorFlow’s documentation. In particular, the following components are assumed to be installed:

Compilation

The configuration of the compilation process of TensorFlow is done via a number of environment variables, all of which can be found in TensorFlow’s configure script. In particular,

  • PYTHON_BIN_PATH is used to specify the location of Python, and
  • TF_NEED_CUDA is used to indicate if GPU support is needed.

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.