mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01: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",
|
|
],
|
|
)
|