Skip to content

Commit

Permalink
Remove tf.contrib.ndlstm as it is not maintained and barely used.
Browse files Browse the repository at this point in the history
Users can find an external implementation by the original author at:

https://github.com/tmbarchive/tfndlstm

PiperOrigin-RevId: 184914822
  • Loading branch information
ebrevdo authored and tensorflower-gardener committed Feb 8, 2018
1 parent c38fb1f commit 45f84fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion generate_1_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
'factorization',
'grid_rnn',
'labeled_tensor',
'ndlstm',
'quantization',
'session_bundle',
'slim',
Expand Down
1 change: 0 additions & 1 deletion generate_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def _get_default_do_not_descend_map():
# Block contrib.keras to de-clutter the docs
'keras',
'labeled_tensor',
'ndlstm',
'quantization',
'session_bundle',
'slim',
Expand Down

0 comments on commit 45f84fd

Please sign in to comment.