aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/saved_model.go
Commit message (Collapse)AuthorAge
* differentiate package description and licenseGravatar zhengjiajin2017-03-27
|
* Go: Provide a mechanism to configure the Session.Gravatar Asim Shankar2017-02-28
| | | | | | | | A Session is configured using the ConfigProto protocol buffer. For now, continuing with attempts to keep the 'tensorflow' go package free of any protocol buffer dependencies, SessionOptions uses a serialized representation of this message. This choice might make sense to revisit. Change: 148750535
* Go: Add blank line to avoid Copyright notice from appearing as package doc.Gravatar Asim Shankar2017-02-15
| | | | Change: 147590973
* Go: Add a SavedModel typeGravatar Jonathan Hseu2017-02-14
Change: 147543652