aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/lib_package
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-03-10 20:49:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-10 21:09:09 -0800
commit272071ba35c534d290df8906e4656a66dab4b36d (patch)
treead6dde565dc8e7970a759b94866c0e0575477e98 /tensorflow/tools/lib_package
parenteb281da2d4379cce5bcb16c6910a085ade84b24b (diff)
tfdbg: migrate debug_ops out of all_kernels
* Creates standalone BUILD target to register tfdbg's Copy* and Debug* ops: tensorflow/core:debug_ops_op_lib * Makes the public cc BUILD target of tfdbg (tensorflow/core:debug) depend on it * Through the new dependency path above, the public py BUILD target of tfdbg also obatins the registration of the Copy* and Debug* ops. * Adds the new debug_ops_op_lib as a dependency of backwards_compatibility_test, so we can continue to track changes to the Copy* and Debug* ops. * Removes the debug ops from the C and Java JNI library builds. These ops have always been listed as Experimental and were not documented. So this removal should be fine. * In core/debug/BUILD, add check_deps to assert that tensorflow/core:tensorflow has no dependency on grpc. Change: 149826469
Diffstat (limited to 'tensorflow/tools/lib_package')
-rw-r--r--tensorflow/tools/lib_package/BUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/tools/lib_package/BUILD b/tensorflow/tools/lib_package/BUILD
index 11a0ab4d54..77dfc5da3f 100644
--- a/tensorflow/tools/lib_package/BUILD
+++ b/tensorflow/tools/lib_package/BUILD
@@ -86,13 +86,11 @@ genrule(
"@farmhash_archive//:COPYING",
"@gemmlowp//:LICENSE",
"@gif_archive//:COPYING",
- "@grpc//:LICENSE",
"@highwayhash//:LICENSE",
"@jemalloc//:COPYING",
"@jpeg//:LICENSE.md",
"@libxsmm_archive//:LICENSE",
"@local_config_sycl//sycl:LICENSE.text",
- "@nanopb_git//:LICENSE.txt",
"@png_archive//:LICENSE",
"@protobuf//:LICENSE",
"@zlib_archive//:zlib.h",
@@ -114,13 +112,11 @@ genrule(
"@farmhash_archive//:COPYING",
"@gemmlowp//:LICENSE",
"@gif_archive//:COPYING",
- "@grpc//:LICENSE",
"@highwayhash//:LICENSE",
"@jemalloc//:COPYING",
"@jpeg//:LICENSE.md",
"@libxsmm_archive//:LICENSE",
"@local_config_sycl//sycl:LICENSE.text",
- "@nanopb_git//:LICENSE.txt",
"@png_archive//:LICENSE",
"@protobuf//:LICENSE",
"@zlib_archive//:zlib.h",