18 lines
768 B
Markdown
18 lines
768 B
Markdown
# TensorFlow in Go
|
|
|
|
Construct and execute TensorFlow graphs in Go.
|
|
|
|
[](https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go)
|
|
|
|
> *WARNING*: The API defined in this package is not stable and can change
|
|
> without notice. The same goes for the package path:
|
|
> (`github.com/tensorflow/tensorflow/tensorflow/go`).
|
|
|
|
# WARNING:
|
|
|
|
The TensorFlow team is not currently maintaining the Documentation for installing the Go bindings for TensorFlow.
|
|
|
|
The instructions has been maintained by the third party contributor: @wamuir
|
|
|
|
Please follow this [source](https://github.com/tensorflow/build/tree/master/golang_install_guide) by @wamuir for the installation of Golang with Tensorflow.
|