mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "pybind11",
|
|
deps = [
|
|
"@xla@local_xla//third_party/python_runtime:headers",
|
|
],
|
|
)
|