aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-03-27 16:13:33 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-27 18:01:27 -0700
commit24179a1ec54423df5f3f44329adff54fcd7a70b0 (patch)
tree45317c41643b133dd5ceaad3729746871de35a84
parent295ce8f8207675b34174700f0484c938f7bdb3a5 (diff)
Add kernel_methods to the bigger contrib module, and indirectly to the pip
package. Change: 151393424
-rw-r--r--tensorflow/contrib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD
index 2519d0b0dc..7663dc7698 100644
--- a/tensorflow/contrib/BUILD
+++ b/tensorflow/contrib/BUILD
@@ -34,6 +34,7 @@ py_library(
"//tensorflow/contrib/input_pipeline:input_pipeline_py",
"//tensorflow/contrib/integrate:integrate_py",
"//tensorflow/contrib/keras",
+ "//tensorflow/contrib/kernel_methods",
"//tensorflow/contrib/labeled_tensor",
"//tensorflow/contrib/layers:layers_py",
"//tensorflow/contrib/learn",