aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-14 16:30:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-14 16:43:13 -0800
commit5866e065bc95c1d7de8a27413b368016941889a6 (patch)
tree55b7db600e38b3a799ab39053cd99e61204f840b /tensorflow/contrib/copy_graph
parent38a664cd961762e64899187a31a1b86cbe5a992e (diff)
Remove hourglass imports from kernel_tests
Change: 142080137
Diffstat (limited to 'tensorflow/contrib/copy_graph')
-rw-r--r--tensorflow/contrib/copy_graph/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/contrib/copy_graph/BUILD b/tensorflow/contrib/copy_graph/BUILD
index 5a775c2022..a168681635 100644
--- a/tensorflow/contrib/copy_graph/BUILD
+++ b/tensorflow/contrib/copy_graph/BUILD
@@ -15,6 +15,11 @@ py_library(
"python/util/copy_elements.py",
],
srcs_version = "PY2AND3",
+ deps = [
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:session",
+ "//tensorflow/python:variables",
+ ],
)
py_test(
@@ -24,6 +29,7 @@ py_test(
deps = [
":copy_graph_py",
"//tensorflow:tensorflow_py",
+ "//tensorflow/contrib/framework:framework_py",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
],