tensorflow 0.1.0

Rust language bindings for TensorFlow.
#!/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 regression && \
    cargo run --features tensorflow_unstable --example expressions
# cargo test --features tensorflow_unstable -- --nocapture test_broken