aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/saved_model
Commit message (Collapse)AuthorAge
* Add support for forcing ops to devicesGravatar Gautam Vasudevan2018-07-30
| | | | PiperOrigin-RevId: 206692372
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-05
| | | | PiperOrigin-RevId: 164369858
* Update example to use tf.saved_model API.Gravatar Sukriti Ramesh2017-07-20
| | | | PiperOrigin-RevId: 162676113
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-21
| | | | PiperOrigin-RevId: 159749869
* Add initial support for main-op in SavedModel C++.Gravatar Sukriti Ramesh2017-03-20
| | | | Change: 150651883
* Add a classification signature to the test saved_model_half_plus_two_model.Gravatar Kiril Gorovoy2017-03-10
| | | | | Test using this classification signature using the Predict API. Change: 149769547
* Update SavedModel half_plus_two data and generation code.Gravatar Sukriti Ramesh2017-02-04
| | | | Change: 146565394
* Add additional named signatures to test half_plus_two model.Gravatar Kiril Gorovoy2017-01-27
| | | | Change: 145801253
* Expose saved_model via tf.saved_model.Gravatar Patrick Nguyen2017-01-12
This also exposes meta_Graph_pb2.TensorInfo as tf.TensorInfo. Change: 144344131