When importing meta graphs under name scopes,
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 28 Mar 2018 19:19:27 +0000 (12:19 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 28 Mar 2018 19:24:09 +0000 (12:24 -0700)
commit7863645e0323d3b2ef034a6499ec6673f0cca761
treed920eb51c282bf444f651ed9d63f3641ea6d4743
parent4ec02c23174b07540d190cec620347ee6f31a8d8
When importing meta graphs under name scopes,
the names of the created ops are prepended with the scopes.
Since the saver_def of the meta graph does not contain this information,
we need to pass it explicitly to Saver.

PiperOrigin-RevId: 190812434
tensorflow/python/training/saver.py
tensorflow/python/training/saver_test.py