aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2017-11-15 11:31:43 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-15 11:35:49 -0800
commit6fb721d608c4cd3855fe8793099a629428b9853c (patch)
treefaef08ed8bac4f5a8b065825a4405ef8a12e875f /tensorflow/tools/pip_package/pip_smoke_test.py
parentb7b183b90aee8a4f4808f7d90a2c7a54a942e640 (diff)
Add graph writer op to contrib/summary
This change also defines a simple SQL data model for tf.GraphDef, which should move us closer to a world where TensorBoard can render the graph explorer without having to download the entire thing to the browser, as that could potentially be hundreds of megabytes. PiperOrigin-RevId: 175854921
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index cc46dd5162..3677aaa886 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -66,6 +66,9 @@ BLACKLIST = [
"//tensorflow/contrib/timeseries/examples:data/period_trend.csv", # pylint:disable=line-too-long
"//tensorflow/contrib/timeseries/python/timeseries:test_utils",
"//tensorflow/contrib/timeseries/python/timeseries/state_space_models:test_utils", # pylint:disable=line-too-long
+
+ # TODO(yifeif): Remove when py_library(testonly=1) is ignored.
+ "//tensorflow/contrib/summary:summary_test_internal",
]