Split out SaveableObjects into their own file
authorAllen Lavoie <allenl@google.com>
Thu, 26 Apr 2018 23:40:16 +0000 (16:40 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 23:42:50 +0000 (16:42 -0700)
commit236120d32d1c720ff72f617792d268ec2c82d9e6
tree5d99948cca033bae208a680b877d773225c202c8
parent7d3e3fd76a002cd1dd78cb7f11bab760fb5abecb
Split out SaveableObjects into their own file

Pulls a couple build rules out of tensorflow/python:training. I'd like to use a SaveableObject in :checkpointable (for saving some Python state by default), which means the file with SaveableObject has to be essientially dependency-free.

PiperOrigin-RevId: 194473987
tensorflow/python/BUILD
tensorflow/python/training/saveable_object.py [new file with mode: 0644]
tensorflow/python/training/saver.py