aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/rnn/BUILD')
-rw-r--r--tensorflow/contrib/rnn/BUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/tensorflow/contrib/rnn/BUILD b/tensorflow/contrib/rnn/BUILD
index 2a84629080..5874245d58 100644
--- a/tensorflow/contrib/rnn/BUILD
+++ b/tensorflow/contrib/rnn/BUILD
@@ -149,7 +149,7 @@ cuda_py_tests(
cuda_py_tests(
name = "core_rnn_test",
- size = "large",
+ size = "medium",
srcs = ["python/kernel_tests/core_rnn_test.py"],
additional_deps = [
":rnn_py",
@@ -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(