aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/saved_model/BUILD
Commit message (Expand)AuthorAge
* Remove unused and non public get_signature_def* methods from saved_model/sign...Gravatar A. Unique TensorFlower2018-09-06
* Refactor out path concatenation in the SavedModelBuilder.Gravatar Katherine Wu2018-08-09
* Refactor loader.load function into a class that splits the graph loading and ...Gravatar Katherine Wu2018-06-19
* Automated g4 rollback of changelist 200747752Gravatar Katherine Wu2018-06-15
* Refactor loader.load function into a class that splits the graph loading and ...Gravatar Katherine Wu2018-06-15
* Allow SavedModelBuilder to use custom Savers, and pass custom Savers includedGravatar Karmel Allison2018-06-06
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Make SavedModelTest.testStripDefaultAttrsInconsistentConsumerDefaults work wi...Gravatar Skye Wanderman-Milne2018-02-08
* Migrate SavedModel simple save functionality from contrib toGravatar Sukriti Ramesh2017-12-19
* BUILD cleanup in tensorflow/python/...Gravatar A. Unique TensorFlower2017-08-16
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Make SavedModel exports include all the SAVEABLE objects and not just global ...Gravatar A. Unique TensorFlower2017-03-15
* SavedModel updates for TensorInfo validation and exposing existing APIs as tf...Gravatar Sukriti Ramesh2017-01-31
* Automated rollback of change 141461172Gravatar Li Lao2017-01-19
* Expose saved_model via tf.saved_model.Gravatar Patrick Nguyen2017-01-12
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Replace saved_model_half_plus_two_data genrule with SavedModel golden files.Gravatar Li Lao2016-12-12
* Disable all tests depending on *half_plus_two* genrules.Gravatar Gunhan Gulsoy2016-12-08
* Update SavedModel py visibility to public.Gravatar Sukriti Ramesh2016-12-07
* Implement bundle_shim.py which allows a system to load both legacy session bu...Gravatar A. Unique TensorFlower2016-12-06
* Export SavedModel from tf.Learn.Gravatar David Soergel2016-11-29
* Add feature to supply SavedModel with a main_op.Gravatar Sukriti Ramesh2016-11-15
* Update util to build tensor info in SavedModel.Gravatar Sukriti Ramesh2016-11-14
* Fix dependency in SavedModel py.Gravatar Sukriti Ramesh2016-11-04
* Separate out tag constants in SavedModel.Gravatar Sukriti Ramesh2016-10-18
* Add signature constants for SavedModel in py.Gravatar Sukriti Ramesh2016-10-10
* Remove SavedModel dependency on manifest proto.Gravatar Sukriti Ramesh2016-09-21
* SavedModel example for half plus two.Gravatar Sukriti Ramesh2016-09-21
* Initial implementation of SavedModel.Gravatar Sukriti Ramesh2016-09-07