Remove whitespaces from tags in saved_model_cli.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 27 Apr 2018 21:05:46 +0000 (14:05 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 27 Apr 2018 21:08:33 +0000 (14:08 -0700)
commit6da711a50c3ef98aebacd6a909596a0f74b783e1
treea011c84ac581515d1ad4a38455c49fc8dc6f34c0
parentec580e61b9b02c34a079834cab6d07ff61733016
Remove whitespaces from tags in saved_model_cli.

This currently causes tags mismatch because a leading whitespace is added
within the saved_model_cli when doing ', '.join(tag_set).

PiperOrigin-RevId: 194590154
tensorflow/python/tools/saved_model_cli.py