aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/graph.go
Commit message (Expand)AuthorAge
* Go: Support setting shape valued attributes.Gravatar Asim Shankar2017-01-17
* Rename TF_Port to TF_Output and add a TF_Input type.Gravatar Jonathan Hseu2016-11-16
* C API: Do not take ownership of the TF_TensorsGravatar Asim Shankar2016-11-15
* C API: Stick to a convention around use of size_t and int.Gravatar Asim Shankar2016-11-14
* go: Introduce Graph.AddOperation to add operations to the Graph.Gravatar Asim Shankar2016-10-07
* go: Ability to import a pre-defined Graph.Gravatar Asim Shankar2016-09-23
* Initial version of the Go API. The API is subject to change.Gravatar Jonathan Hseu2016-08-23