Checkpointable: Utilities to read object metadata
authorAllen Lavoie <allenl@google.com>
Thu, 3 May 2018 20:22:33 +0000 (13:22 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 3 May 2018 20:44:41 +0000 (13:44 -0700)
commit5a64e609d0eb94244067f5d7514605863c9f37c3
treedbfe0ff8e2aa3ff788beabef757e90f4c2dbe4df
parent41dcb67efd272e9ce0e5071433f42a9d540ec6dc
Checkpointable: Utilities to read object metadata

Useful for inspecting checkpoints programatically (e.g. in unit tests).

PiperOrigin-RevId: 195300780
tensorflow/contrib/checkpoint/__init__.py
tensorflow/contrib/checkpoint/python/visualize.py
tensorflow/contrib/eager/python/examples/spinn/spinn_test.py
tensorflow/python/training/checkpointable_utils.py
tensorflow/python/training/checkpointable_utils_test.py