aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/predictor
Commit message (Expand)AuthorAge
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Remove tf.contrib.get_signature_def_by_key. This can be replaced by meta_grap...Gravatar A. Unique TensorFlower2018-09-13
* Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Add `{input, output}_names` to `predictor.from_saved_model`. This exposes exi...Gravatar A. Unique TensorFlower2018-08-01
* Support session config in tf.contrib.predictor (#19542)Gravatar Lukas Geiger2018-06-03
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Fix 'tags' parameter in predictor_factories.load_from_model.Gravatar A. Unique TensorFlower2017-12-13
* Fix nopip build tag typo in contrib/predictor:test_export_dir.Gravatar Michael Case2017-11-16
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Add expected keys to predictor exception if unexpected key detected.Gravatar A. Unique TensorFlower2017-10-18
* Provide a public property to access model_fn of an Estimator. An example usag...Gravatar Mustafa Ispir2017-09-07
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Automated g4 rollback of changelist 161218103Gravatar A. Unique TensorFlower2017-07-12
* Automated g4 rollback of changelist 161203536Gravatar Suharsh Sivakumar2017-07-07
* Fix dependencies and import statements for predictor module.Gravatar A. Unique TensorFlower2017-07-07
* Introduce Predictor, an interface for efficient, repeated inference.Gravatar A. Unique TensorFlower2017-06-15