aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/specs/BUILD
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2018-02-07 16:24:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-07 16:31:12 -0800
commit14ebbebc290510b6cfa491349862e6c5aca4200a (patch)
tree7c55e41f9a17a0dbf4beb904ec78c91e65fd4c5b /tensorflow/contrib/specs/BUILD
parent5b464e1d737fb9b07e5d9dfdbe3f4eebf5218987 (diff)
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
Diffstat (limited to 'tensorflow/contrib/specs/BUILD')
-rw-r--r--tensorflow/contrib/specs/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/specs/BUILD b/tensorflow/contrib/specs/BUILD
index 4b688690ae..084953a0a2 100644
--- a/tensorflow/contrib/specs/BUILD
+++ b/tensorflow/contrib/specs/BUILD
@@ -23,7 +23,6 @@ py_library(
srcs_version = "PY2AND3",
deps = [
"//tensorflow/contrib/layers:layers_py",
- "//tensorflow/contrib/ndlstm",
"//tensorflow/python:array_ops",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:logging_ops",