tensorflow 0.5.1

Rust language bindings for TensorFlow.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

export RUST_BACKTRACE=1
cargo build -j 1 --features tensorflow_unstable && \
    cargo test --features tensorflow_unstable -- --nocapture && \
    cargo doc --features tensorflow_unstable && \
    cargo run --example addition && \
    cargo run --example regression && \
    cargo run --features tensorflow_unstable --example expressions

#    cargo run --example regression_savedmodel && \
    
# cargo test --features tensorflow_unstable -- --nocapture test_broken