Internal changes only.

PiperOrigin-RevId: 352121854
Change-Id: I9e7679109d15dd4a8ec75cfc295c18dd3c1eedff
This commit is contained in:
Qiao Zhang 2021-01-15 18:40:02 -08:00 committed by TensorFlower Gardener
parent a756df5df1
commit ee541f2cf6

View File

@ -8,6 +8,16 @@ package(
licenses = ["notice"], # Apache 2.0
)
package_group(
name = "friends",
includes = [
"//tensorflow:internal",
],
packages = [
"//third_party/py/jax/...",
],
)
cc_library(
name = "worker_thread",
srcs = ["worker_thread.cc"],
@ -274,6 +284,7 @@ cc_library(
name = "cpu_device",
srcs = ["cpu_device.cc"],
hdrs = ["cpu_device.h"],
visibility = [":friends"],
deps = [
":pjrt_stream_executor_client",
"//tensorflow/compiler/xla:statusor",