Add /learning/tfx/ to the visibility group of tensorflow/compiler/jit.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 2 Mar 2018 21:32:35 +0000 (13:32 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 2 Mar 2018 21:37:06 +0000 (13:37 -0800)
PiperOrigin-RevId: 187661883

tensorflow/compiler/jit/BUILD

index c7c9e9bd7ad707e48bcb89b77ae7908b32ac4f6f..955d12dc203faa567b51a7b0b6f50ad6d8a94a54 100644 (file)
@@ -29,7 +29,10 @@ load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda_is_configured")
 # Target that bundles up the XLA CPU and GPU JIT devices.
 cc_library(
     name = "jit",
-    visibility = [":friends"],
+    visibility = [
+        ":friends",
+        "//learning/tfx:__subpackages__",
+    ],
     deps = [
         ":xla_cpu_device",
         ":xla_cpu_jit",