aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle/bundle_shim_test.py
Commit message (Collapse)AuthorAge
* Add additional named signatures to test half_plus_two model.Gravatar Kiril Gorovoy2017-01-27
| | | | Change: 145801253
* Fixes for python 3 tests:Gravatar Gunhan Gulsoy2017-01-23
| | | | | | | - string/bytes compatibility in bundle_sum_py_test and graph_transforms - Fix http_test (tensorboard) by renaming http.py to http_util.py. - Fix some linter errors. Change: 145375395
* Don't throw error on generic default signature, rather print an error. This isGravatar A. Unique TensorFlower2017-01-19
| | | | | in line with C++ shim. Change: 145045294
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
| | | | Change: 143230429
* Replace SessionBundle half_plus_two genrule with export golden files.Gravatar Li Lao2016-12-13
| | | | Change: 141896093
* Replace saved_model_half_plus_two_data genrule with SavedModel golden files.Gravatar Li Lao2016-12-12
| | | | Change: 141847925
* Implement bundle_shim.py which allows a system to load both legacy session ↵Gravatar A. Unique TensorFlower2016-12-06
bundle and SavedModel bundle. This is intended to be used during migration to SavedModel format. Change: 141257689