#!/bin/bash

export RUST_BACKTRACE=1
cargo test --features tensorflow_unstable -- --nocapture
cargo doc --features tensorflow_unstable
cargo run --example regression
