From 82bbf19bb155881c84516997411b22efbbafcd66 Mon Sep 17 00:00:00 2001 From: Jin Young Sohn Date: Wed, 13 Jan 2021 11:20:54 -0800 Subject: [PATCH] Add visibility rule to `profiler_client` PiperOrigin-RevId: 351626293 Change-Id: Ia59925fc766c26cfc5df5c7b4b0be43f20c5e354 --- tensorflow/core/profiler/rpc/client/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/core/profiler/rpc/client/BUILD b/tensorflow/core/profiler/rpc/client/BUILD index 9bf0179859d..544ceaca693 100644 --- a/tensorflow/core/profiler/rpc/client/BUILD +++ b/tensorflow/core/profiler/rpc/client/BUILD @@ -66,6 +66,7 @@ tf_profiler_pybind_cc_library_wrapper( cc_library( name = "profiler_client", hdrs = ["profiler_client.h"], + visibility = ["//tensorflow/compiler/xla:__subpackages__"], deps = [ ":profiler_client_impl", "//tensorflow/core:lib",