Add a checkpointable map data structure
authorAllen Lavoie <allenl@google.com>
Thu, 24 May 2018 17:30:41 +0000 (10:30 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 17:35:32 +0000 (10:35 -0700)
commit53cd5c01407451cf918c1d1c1f5ca640b7d5dbc8
tree593bb7990d21a3cf7057d9eead2bf571f6014ca7
parent1403625e860ffb8fb9af1bc75c1cea8f73e0478e
Add a checkpointable map data structure

PiperOrigin-RevId: 197913890
tensorflow/contrib/checkpoint/__init__.py
tensorflow/contrib/checkpoint/python/BUILD
tensorflow/python/training/checkpointable/data_structures.py
tensorflow/python/training/checkpointable/data_structures_test.py