Add visibility rule to profiler_client

PiperOrigin-RevId: 351626293
Change-Id: Ia59925fc766c26cfc5df5c7b4b0be43f20c5e354
This commit is contained in:
Jin Young Sohn 2021-01-13 11:20:54 -08:00 committed by TensorFlower Gardener
parent 68a4079b77
commit 82bbf19bb1

View File

@ -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",