aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar RJ Ryan <rjryan@google.com>2017-10-02 17:01:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-02 18:30:26 -0700
commit991dea6bedd41e27590c29212855c89a09b2bfb3 (patch)
tree9d42ec69f17488cca5da75d7d91977720a6e0331 /tensorflow/tools/pip_package/pip_smoke_test.py
parent931268a690ab9fd875962945af0c7a66b8b5d9fe (diff)
[tf-signal] Add a test that windowing, framing, and mel ops are constant foldable for constant inputs.
PiperOrigin-RevId: 170777731
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 cc46dd5162..78897da9fb 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -60,6 +60,7 @@ BLACKLIST = [
"//tensorflow/contrib/framework:checkpoint_ops_testdata",
"//tensorflow/contrib/bayesflow:reinforce_simple_example",
"//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py", # pylint:disable=line-too-long
+ "//tensorflow/contrib/signal:test_util",
"//tensorflow/contrib/timeseries/examples:predict",
"//tensorflow/contrib/timeseries/examples:multivariate",
"//tensorflow/contrib/timeseries/examples:known_anomaly",