#tensorflow #runtime-bindings

tensorflow-sys-runtime

The package provides runtime bindings to TensorFlow

1 unstable release

0.2.0 Feb 14, 2023

#814 in Machine learning

Download history 101/week @ 2023-12-17 49/week @ 2023-12-24 22/week @ 2023-12-31 56/week @ 2024-01-07 36/week @ 2024-01-14 39/week @ 2024-01-21 7/week @ 2024-01-28 14/week @ 2024-02-04 47/week @ 2024-02-11 38/week @ 2024-02-18 49/week @ 2024-02-25 129/week @ 2024-03-03 73/week @ 2024-03-10 15/week @ 2024-03-17 6/week @ 2024-03-24 42/week @ 2024-03-31

142 downloads per month
Used in tensorflow

Apache-2.0

71KB
2.5K SLoC

tensorflow-sys-runtime Version

The crate provides runtime bindings to TensorFlow. Using runtime bindings allows you to avoid pulling in additional package dependencies into your project. Users will need to call tensorflow::library::load() before any other calls so that the linking is completed before use.

NOTE

This crate is meant to be used by Rust language bindings for Tensorflow. It is not meant to be used on it's own. To use it you will need to disable the default features so you don't also include the tensorflow-sys crate.

[dependencies]
tensorflow = { version = "0.19.1", default-features = false, features = ["tensorflow_runtime_linking"]}

Requirements

To use these bindings you must have the Tensorflow C libraries installed. See install steps for detailed instructions.

Dependencies

~145–400KB