Make core:device_tracer private to core/BUILD.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 11 May 2018 14:51:14 +0000 (07:51 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 11 May 2018 14:54:01 +0000 (07:54 -0700)
PiperOrigin-RevId: 196254936

tensorflow/core/BUILD
tensorflow/core/debug/BUILD

index ccb8488..2f5f6ae 100644 (file)
@@ -2566,6 +2566,7 @@ tf_cuda_library(
     ],
     copts = tf_copts(),
     cuda_deps = tf_additional_cupti_wrapper_deps() + tf_additional_device_tracer_cuda_deps(),
+    visibility = ["//visibility:private"],
     deps = [
         ":core_cpu_internal",
         ":lib",
index 5fab740..1528c7f 100644 (file)
@@ -90,7 +90,6 @@ tf_cuda_library(
     deps = [
         ":debug",
         "//tensorflow/core:core_cpu_internal",
-        "//tensorflow/core:device_tracer",
         "//tensorflow/core:direct_session_internal",
         "//tensorflow/core:framework",
         "//tensorflow/core:lib",