aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-02-05 08:21:21 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-02-05 08:47:00 -0800
commit16e91ab965d54ede8ceda946cd1db125a9901ec5 (patch)
treef2b494262209f3351b3b809dd1623d2fb482a93a
parent0c6c4b93dedf6a2c654e012a4ffe1df642834419 (diff)
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
-rw-r--r--tensorflow/cc/BUILD2
-rw-r--r--tensorflow/python/BUILD2
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",