Internal change

PiperOrigin-RevId: 308962471
Change-Id: I9f90506132a8be9687bb6b5e524ac0c04519e7e2
This commit is contained in:
Yunlu Li 2020-04-28 22:12:40 -07:00 committed by TensorFlower Gardener
parent 97e9e00993
commit cd033b7298
1 changed files with 0 additions and 17 deletions

View File

@ -76,20 +76,3 @@ py_test(
"@six_archive//:six",
],
)
py_test(
name = "sparsify_model_test",
srcs = ["sparsify_model_test.py"],
python_version = "PY3",
srcs_version = "PY2AND3",
tags = [
"no_oss",
"no_pip",
],
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform",
],
)