aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-31 03:55:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-31 04:09:11 -0800
commit8c2b19889e49df88f3c4c0331d6930f887f5adae (patch)
treee1537383c203f0f00a0ddf53e673c89eb377c488 /tensorflow/contrib/graph_editor/BUILD
parent2490fcade664f5dc5f6ef9b88fc7d5bb30cf738a (diff)
Added missing build targets.
Change logging.info -> logging.debug Change: 146103023
Diffstat (limited to 'tensorflow/contrib/graph_editor/BUILD')
-rw-r--r--tensorflow/contrib/graph_editor/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/graph_editor/BUILD b/tensorflow/contrib/graph_editor/BUILD
index 22abeb0151..188d5abf2c 100644
--- a/tensorflow/contrib/graph_editor/BUILD
+++ b/tensorflow/contrib/graph_editor/BUILD
@@ -23,6 +23,8 @@ py_library(
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:platform",
+ "@six_archive//:six",
],
)