aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/BUILD
Commit message (Collapse)AuthorAge
* Go: Run tests during continuous integrationGravatar Asim Shankar2017-02-17
| | | | | | | | | | | TensorFlow uses bazel to build and test. However, the TensorFlow Go API is targeted for use with the 'go' tool. This commit: - Adds a shell test so that usage with the 'go' tool can be tested with 'bazel test //tensorflow/go/...' - Installs Go in the images used in the continuous build Change: 147864583
* Initial version of the Go API. The API is subject to change.Gravatar Jonathan Hseu2016-08-23
Remaining work to do: - Generated ops. - Generated protocol buffers. - A few calls requiring protocol buffers aren't in this change. Change: 131066649