Remove tf.contrib.ndlstm as it is not maintained and barely used.
authorEugene Brevdo <ebrevdo@google.com>
Thu, 8 Feb 2018 00:24:34 +0000 (16:24 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 8 Feb 2018 00:31:12 +0000 (16:31 -0800)
commit14ebbebc290510b6cfa491349862e6c5aca4200a
tree7c55e41f9a17a0dbf4beb904ec78c91e65fd4c5b
parent5b464e1d737fb9b07e5d9dfdbe3f4eebf5218987
Remove tf.contrib.ndlstm as it is not maintained and barely used.

Users can find an external implementation by the original author at:

https://github.com/tmbarchive/tfndlstm

PiperOrigin-RevId: 184914822
21 files changed:
tensorflow/BUILD
tensorflow/contrib/BUILD
tensorflow/contrib/__init__.py
tensorflow/contrib/cmake/python_modules.txt
tensorflow/contrib/ndlstm/BUILD [deleted file]
tensorflow/contrib/ndlstm/README.md [deleted file]
tensorflow/contrib/ndlstm/__init__.py [deleted file]
tensorflow/contrib/ndlstm/python/__init__.py [deleted file]
tensorflow/contrib/ndlstm/python/lstm1d.py [deleted file]
tensorflow/contrib/ndlstm/python/lstm1d_test.py [deleted file]
tensorflow/contrib/ndlstm/python/lstm2d.py [deleted file]
tensorflow/contrib/ndlstm/python/lstm2d_test.py [deleted file]
tensorflow/contrib/ndlstm/python/misc.py [deleted file]
tensorflow/contrib/ndlstm/python/misc_test.py [deleted file]
tensorflow/contrib/specs/BUILD
tensorflow/contrib/specs/README.md
tensorflow/contrib/specs/python/specs_ops.py
tensorflow/contrib/specs/python/specs_test.py
tensorflow/tools/docs/generate_1_0.py
tensorflow/tools/docs/generate_lib.py
tensorflow/tools/pip_package/BUILD