tensorflow 0.21.0

Rust language bindings for TensorFlow.
Documentation
1
2
3
4
5
6
import tensorflow as tf

actual = "test_resources/io/expected.tfrecord"
writer = tf.python_io.TFRecordWriter(golden)

writer.write("The Quick Brown Fox".encode("utf-8"))