aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn
diff options
context:
space:
mode:
authorGravatar Scott Zhu <scottzhu@google.com>2018-08-14 14:20:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-14 14:24:25 -0700
commit5817d58b4a0228656389829ff13350b95911d75d (patch)
treed9c8b31f29c26a24022578fadaf56df8fc9df3ab /tensorflow/contrib/rnn
parent4ab8a1056af9da141ec9c212a263f516ca304e5d (diff)
Update flaky test.
PiperOrigin-RevId: 208712150
Diffstat (limited to 'tensorflow/contrib/rnn')
-rw-r--r--tensorflow/contrib/rnn/BUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/tensorflow/contrib/rnn/BUILD b/tensorflow/contrib/rnn/BUILD
index 2a84629080..1a1be5dc70 100644
--- a/tensorflow/contrib/rnn/BUILD
+++ b/tensorflow/contrib/rnn/BUILD
@@ -175,7 +175,7 @@ cuda_py_tests(
tf_py_test(
name = "fused_rnn_cell_test",
- size = "small",
+ size = "medium",
srcs = ["python/kernel_tests/fused_rnn_cell_test.py"],
additional_deps = [
":rnn_py",
@@ -192,10 +192,6 @@ tf_py_test(
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],
- tags = [
- "manual",
- "notap",
- ],
)
cuda_py_tests(