Skip to content

Commit

Permalink
change test size to small
Browse files Browse the repository at this point in the history
  • Loading branch information
WindQAQ committed Sep 29, 2019
1 parent 98c3753 commit bb674eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tensorflow_addons/activations/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ py_library(

py_test(
name = "sparsemax_test",
size = "medium",
size = "small",
srcs = [
"sparsemax_test.py",
],
Expand All @@ -34,7 +34,7 @@ py_test(

py_test(
name = "gelu_test",
size = "medium",
size = "small",
srcs = [
"gelu_test.py",
],
Expand All @@ -47,7 +47,7 @@ py_test(

py_test(
name = "hardshrink_test",
size = "medium",
size = "small",
srcs = [
"hardshrink_test.py",
],
Expand All @@ -60,7 +60,7 @@ py_test(

py_test(
name = "lisht_test",
size = "medium",
size = "small",
srcs = [
"lisht_test.py",
],
Expand All @@ -73,7 +73,7 @@ py_test(

py_test(
name = "tanhshrink_test",
size = "medium",
size = "small",
srcs = [
"tanhshrink_test.py",
],
Expand Down

0 comments on commit bb674eb

Please sign in to comment.