tensorflow 0.19.1

Rust language bindings for TensorFlow.
Documentation
1
2
3
4
5
6
7
8
9
10
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
*.rs text eol=lf
* text=auto

# Check for whitespace errors
* whitespace=tab-in-indent,tabwidth=2

.gitattributes export-ignore
.gitignore export-ignore