aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-25 04:19:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-25 04:23:53 -0700
commit6b7fdadeb3dcaef5331596adf116f5ffb02c225a (patch)
treebbd9afb6245d299f0a9006c618e00c17dbd65ae0 /tensorflow/contrib/session_bundle
parent25c4f279402c3f9516314ee40ee398fc57ffb78e (diff)
BUILD cleanup
PiperOrigin-RevId: 166461274
Diffstat (limited to 'tensorflow/contrib/session_bundle')
-rw-r--r--tensorflow/contrib/session_bundle/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/session_bundle/BUILD b/tensorflow/contrib/session_bundle/BUILD
index f2cc1bb481..596c4f351c 100644
--- a/tensorflow/contrib/session_bundle/BUILD
+++ b/tensorflow/contrib/session_bundle/BUILD
@@ -62,6 +62,7 @@ py_library(
"//tensorflow/python:client",
"//tensorflow/python:framework",
"//tensorflow/python:platform",
+ "//tensorflow/python:session",
"//tensorflow/python/saved_model:constants",
"//tensorflow/python/saved_model:loader",
"//tensorflow/python/saved_model:signature_constants",
@@ -140,6 +141,7 @@ py_test(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
"//tensorflow/python:platform",
+ "//tensorflow/python:session",
"//tensorflow/python:state_ops",
"//tensorflow/python:training",
"//tensorflow/python:variables",
@@ -266,6 +268,7 @@ py_library(
"//tensorflow/python:client",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:lib",
+ "//tensorflow/python:session",
"//tensorflow/python:training",
"//tensorflow/python:util",
],