Add visibility rule to profiler_client
PiperOrigin-RevId: 351626293 Change-Id: Ia59925fc766c26cfc5df5c7b4b0be43f20c5e354
This commit is contained in:
parent
68a4079b77
commit
82bbf19bb1
@ -66,6 +66,7 @@ tf_profiler_pybind_cc_library_wrapper(
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "profiler_client",
|
name = "profiler_client",
|
||||||
hdrs = ["profiler_client.h"],
|
hdrs = ["profiler_client.h"],
|
||||||
|
visibility = ["//tensorflow/compiler/xla:__subpackages__"],
|
||||||
deps = [
|
deps = [
|
||||||
":profiler_client_impl",
|
":profiler_client_impl",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user