aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager/python/saver_test.py
Commit message (Expand)AuthorAge
* Remove graph_callable.py and all references to it.Gravatar Akshay Agrawal2018-08-20
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Replacing _container_prefix with _graph_key to preserve its use in optimizer ...Gravatar Alexandre Passos2018-02-02
* Add tfe.get_optimizer_variables for fetching a list of variables which anGravatar Allen Lavoie2017-10-27
* Variable name remapping of saver/restore.Gravatar A. Unique TensorFlower2017-10-25
* TFE: Raises an error when attempting to save multiple ResourceVariable object...Gravatar Allen Lavoie2017-10-20
* Avoid silent variable sharing with ResourceVariable class.Gravatar A. Unique TensorFlower2017-10-20
* Test save/restore variable from graph_callable.Gravatar A. Unique TensorFlower2017-10-04
* Make Saver work with GPUGravatar A. Unique TensorFlower2017-10-03
* Split restore_variables_on_create out of tfe.SaverGravatar A. Unique TensorFlower2017-10-03
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* A eager Saver that allows restore on create.Gravatar A. Unique TensorFlower2017-09-06