aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-09-14 00:39:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-14 00:43:24 -0700
commit4a90280d7e2759e9dab3c18029e71aa4f4524c99 (patch)
treec2ffbe7c72af8332bf79319fde9b7010643654a5 /tensorflow/contrib/graph_editor
parent131a4240ce068e773c94adcd36d607ee07a26be5 (diff)
Automated g4 rollback of changelist 158565259
PiperOrigin-RevId: 168650887
Diffstat (limited to 'tensorflow/contrib/graph_editor')
-rw-r--r--tensorflow/contrib/graph_editor/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/tensorflow/contrib/graph_editor/BUILD b/tensorflow/contrib/graph_editor/BUILD
index c6023c25b1..b4c53d3da6 100644
--- a/tensorflow/contrib/graph_editor/BUILD
+++ b/tensorflow/contrib/graph_editor/BUILD
@@ -64,7 +64,6 @@ py_library(
py_test(
name = "util_test",
- size = "small",
srcs = ["tests/util_test.py"],
srcs_version = "PY2AND3",
deps = [
@@ -77,7 +76,6 @@ py_test(
py_test(
name = "select_test",
- size = "small",
srcs = ["tests/select_test.py"],
srcs_version = "PY2AND3",
deps = [
@@ -90,7 +88,6 @@ py_test(
py_test(
name = "match_test",
- size = "small",
srcs = ["tests/match_test.py"],
srcs_version = "PY2AND3",
deps = [
@@ -103,7 +100,6 @@ py_test(
py_test(
name = "subgraph_test",
- size = "small",
srcs = ["tests/subgraph_test.py"],
srcs_version = "PY2AND3",
deps = [
@@ -116,7 +112,6 @@ py_test(
py_test(
name = "reroute_test",
- size = "small",
srcs = ["tests/reroute_test.py"],
srcs_version = "PY2AND3",
deps = [
@@ -130,7 +125,6 @@ py_test(
py_test(
name = "edit_test",
- size = "small",
srcs = ["tests/edit_test.py"],
srcs_version = "PY2AND3",
deps = [
@@ -144,7 +138,6 @@ py_test(
py_test(
name = "transform_test",
- size = "small",
srcs = ["tests/transform_test.py"],
srcs_version = "PY2AND3",
deps = [