Commit Graph

6 Commits

Author SHA1 Message Date
Asim Shankar
70744fb43b Go: Some cleanup possible now that TensorFlow 1.1 has been released.
PiperOrigin-RevId: 156221562
2017-05-16 13:25:07 -07:00
A. Unique TensorFlower
ccbc8991db Merge changes from github.
Change: 152200430
2017-04-04 17:24:57 -07:00
Asim Shankar
c35e3b523a Go: Add PartialRun support.
Change: 147783087
2017-02-16 16:47:36 -08:00
Asim Shankar
f2a8620f4e Go: Simplify installation.
Utilize the TensorFlow C library release archive to
avoid building TensorFlow from source to get going
much faster when using Linux/Mac OS X on x86_64.
Change: 146805287
2017-02-07 11:10:58 -08:00
Asim Shankar
2b929c1cb2 go: Add a README.md with installation instructions.
The Go API is still decidedly an "alpha version" and the
installation process would ideally be much smoother. But
the instructions included here are at least functional.

Another step towards 
Change: 135166392
2016-10-04 16:18:30 -07:00
Jonathan Hseu
783c52edeb Initial version of the Go API. The API is subject to change.
Remaining work to do:
- Generated ops.
- Generated protocol buffers.
- A few calls requiring protocol buffers aren't in this change.
Change: 131066649
2016-08-23 10:04:53 -07:00