aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-09 20:05:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 20:08:54 -0700
commit854ae599743a1e92a31ad49cfe42c6454cefd3b9 (patch)
tree1ff75695f61c5eb3353e739295e81f76bbe28a64 /tensorflow/tools/pip_package/pip_smoke_test.py
parent58fcfc98cd59ae3952399fc55380b8733df08df9 (diff)
Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.
Support peephole and num_proj as well. PiperOrigin-RevId: 216467578
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index c6ef82ccdc..45106b35fc 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -85,6 +85,10 @@ BLACKLIST = [
# contrib
"//tensorflow/contrib/session_bundle:session_bundle_half_plus_two",
"//tensorflow/contrib/keras:testing_utils",
+ "//tensorflow/contrib/lite/experimental/examples/lstm:tflite_lstm",
+ "//tensorflow/contrib/lite/experimental/examples/lstm:tflite_lstm.py",
+ "//tensorflow/contrib/lite/experimental/examples/lstm:unidirectional_sequence_lstm_test", # pylint:disable=line-too-long
+ "//tensorflow/contrib/lite/experimental/examples/lstm:unidirectional_sequence_lstm_test.py", # pylint:disable=line-too-long
"//tensorflow/contrib/lite/python:interpreter",
"//tensorflow/contrib/lite/python:interpreter_test",
"//tensorflow/contrib/lite/python:interpreter.py",