PiperOrigin-RevId: 173697389
This commit is contained in:
Mustafa Ispir 2017-10-27 11:37:28 -07:00 committed by TensorFlower Gardener
parent 97484a4d90
commit 32bcf46f13

View File

@ -64,6 +64,7 @@ py_test(
name = "kernel_estimators_test",
srcs = ["python/kernel_estimators_test.py"],
srcs_version = "PY2AND3",
tags = ["notsan"],
deps = [
":kernel_methods",
"//tensorflow/contrib/layers:layers_py",