From 16e91ab965d54ede8ceda946cd1db125a9901ec5 Mon Sep 17 00:00:00 2001 From: Josh Levenberg Date: Fri, 5 Feb 2016 08:21:21 -0800 Subject: Switch from newly-deprecated tensorflow/core:kernels to :all_kernels. This will allow me to delete the kernels rule and then create a kernels package. Change: 113950706 --- tensorflow/cc/BUILD | 2 +- tensorflow/python/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD index d3b8247b4f..5ac5048148 100644 --- a/tensorflow/cc/BUILD +++ b/tensorflow/cc/BUILD @@ -70,7 +70,7 @@ cc_binary( ], deps = [ ":cc_ops", - "//tensorflow/core:kernels", + "//tensorflow/core:all_kernels", "//tensorflow/core:tensorflow", ], ) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index a1ea1cc37a..114aba2434 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -866,8 +866,8 @@ tf_cuda_library( ":construction_fails_op", ":test_ops_kernels", "//tensorflow/core", + "//tensorflow/core:all_kernels", "//tensorflow/core:direct_session", - "//tensorflow/core:kernels", "//tensorflow/core:lib", "//tensorflow/core:protos_cc", "//third_party/py/numpy:headers", -- cgit v1.2.3