aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-19 06:27:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-19 06:30:57 -0700
commit8bd5da29ca4e502591fb38dfd27ecd86c9cef7ab (patch)
tree520693542333dee5a6e62b343e8856e00d93ab96 /tensorflow/tools/pip_package/pip_smoke_test.py
parent4b1b779b48aca2059319b9af20295e04d60fa1f1 (diff)
Adding non-linear image warping ops to tf.contrib.image
New ops are: tf.contrib.image.sparse_image_warp, tf.contrib.image.dense_image_warp, and tf.contrib.image.interpolate_spline. PiperOrigin-RevId: 189574951
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index b66c45ec13..e2518f6cbf 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -75,6 +75,7 @@ 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
+ "//tensorflow/contrib/image:sparse_image_warp_test_data",
]