Internal change
PiperOrigin-RevId: 308962471 Change-Id: I9f90506132a8be9687bb6b5e524ac0c04519e7e2
This commit is contained in:
parent
97e9e00993
commit
cd033b7298
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue