aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/grid_rnn
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-30 07:22:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-30 07:28:55 -0700
commitef4490f637e17f3ce599f55522e63d06f470e540 (patch)
tree84d51477d3fb3f76147f6fb70be99d51745a7bd1 /tensorflow/contrib/grid_rnn
parent2e54fd6de78d84af6b26f537ee25c5a625adce3b (diff)
BUILD cleanup in contrib/...
PiperOrigin-RevId: 173889798
Diffstat (limited to 'tensorflow/contrib/grid_rnn')
-rw-r--r--tensorflow/contrib/grid_rnn/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/contrib/grid_rnn/BUILD b/tensorflow/contrib/grid_rnn/BUILD
index 7fbb9f024c..d601a1ec6f 100644
--- a/tensorflow/contrib/grid_rnn/BUILD
+++ b/tensorflow/contrib/grid_rnn/BUILD
@@ -31,14 +31,12 @@ cuda_py_tests(
additional_deps = [
":grid_rnn_py",
"//third_party/py/numpy",
- "//tensorflow/contrib/rnn:rnn_py",
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:init_ops",
"//tensorflow/python:nn_ops",
- "//tensorflow/python:platform_test",
+ "//tensorflow/python:rnn",
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],