8 lines
175 B (Stored with Git LFS)
Text
8 lines
175 B (Stored with Git LFS)
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "pybind11",
|
|
deps = [
|
|
"@org_tensorflow//third_party/python_runtime:headers",
|
|
],
|
|
)
|