TFTS: Add exporting to SavedModel to the LSTM example
authorAllen Lavoie <allenl@google.com>
Fri, 9 Feb 2018 17:25:10 +0000 (09:25 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 9 Feb 2018 17:28:52 +0000 (09:28 -0800)
commit5e6e691ba320fba71aec0a426ff6e5608ddcad1d
tree1ce6f4592272888d10519698df429e2adcf62160
parent2621012aaddd655c642ac347fe4b76184bf03f90
TFTS: Add exporting to SavedModel to the LSTM example

Was previously not using a state manager, which among other issues prevented
exporting.

Fixes #16590.

PiperOrigin-RevId: 185150900
tensorflow/contrib/timeseries/examples/lstm.py
tensorflow/contrib/timeseries/examples/lstm_test.py