提交 04c274d1 编写于 作者: A Amit Patankar 提交者: TensorFlower Gardener

Convert tensorflow/core/framework:pywrap_required_headers from a filegroup to...

Convert tensorflow/core/framework:pywrap_required_headers from a filegroup to textual headers cc_library target.

PiperOrigin-RevId: 327873125
Change-Id: I2221cee258a886961b6de1b89c7b0191e233cfa6
上级 37b30d5e
......@@ -1097,9 +1097,9 @@ tf_cc_tests(
],
)
filegroup(
cc_library(
name = "pywrap_required_hdrs",
srcs = [
textual_hdrs = [
"op_gen_lib.h",
"rendezvous.h",
],
......
......@@ -684,12 +684,12 @@ tf_python_pybind_extension(
"//tensorflow/core/common_runtime/eager:pywrap_required_hdrs",
"//tensorflow/core/distributed_runtime:pywrap_required_hdrs",
"//tensorflow/core/distributed_runtime/eager:pywrap_required_hdrs",
"//tensorflow/core/framework:pywrap_required_hdrs",
],
module_name = "_pywrap_tf_session",
deps = [
":pybind11_lib",
":pybind11_status",
"//tensorflow/core/framework:pywrap_required_hdrs",
"//third_party/py/numpy:headers",
"//tensorflow/c:pywrap_required_hdrs",
"@pybind11",
......@@ -8349,13 +8349,13 @@ tf_python_pybind_extension(
"//tensorflow/core/common_runtime/eager:pywrap_required_hdrs",
"//tensorflow/core/distributed_runtime:pywrap_required_hdrs",
"//tensorflow/core/distributed_runtime/eager:pywrap_required_hdrs",
"//tensorflow/core/framework:pywrap_required_hdrs",
"//tensorflow/python/eager:pywrap_required_hdrs",
],
module_name = "_pywrap_tfe",
deps = [
":pybind11_lib",
":pybind11_status",
"//tensorflow/core/framework:pywrap_required_hdrs",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/hash",
"@com_google_absl//absl/memory",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册