aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar Wei Ho <weiho@google.com>2017-05-25 13:54:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-25 13:57:41 -0700
commit4659e562c95622c47668f31fc42b8f5f2cfb4596 (patch)
tree6337b7b5d97d67ce8d689fe748552dc722b96fc0 /tensorflow/tools/pip_package/pip_smoke_test.py
parent6993d7f7c5de3ee83eaebdc117eb3e01b0f8cd51 (diff)
Open-source ops to load and remap matrix (2-D) tensors. (Used for loading/remapping embeddings, warm-starting weights/biases, etc.)
PiperOrigin-RevId: 157148893
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 459d6ee328..a1a7626c15 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -56,6 +56,7 @@ BLACKLIST = [
"//tensorflow/contrib/factorization/examples:mnist",
"//tensorflow/contrib/factorization/examples:mnist.py",
"//tensorflow/contrib/factorization:factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO", # pylint:disable=line-too-long
+ "//tensorflow/contrib/framework:load_and_remap_matrix_testdata",
"//tensorflow/contrib/bayesflow:reinforce_simple_example",
"//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py", # pylint:disable=line-too-long
]