From b5bb3ea92847c5a93994b73e32f204735f38b772 Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Wed, 23 Dec 2020 01:30:52 +0700 Subject: [PATCH] add tf-c-header rule (#1244) --- third_party/toolchains/tf/BUILD.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/third_party/toolchains/tf/BUILD.tpl b/third_party/toolchains/tf/BUILD.tpl index 425a96e15..63bd7d97e 100644 --- a/third_party/toolchains/tf/BUILD.tpl +++ b/third_party/toolchains/tf/BUILD.tpl @@ -23,6 +23,14 @@ cc_library( visibility = ["//visibility:public"], ) +cc_library( + name = "tf_c_header_lib", + hdrs = [":tf_c_header_include"], + include_prefix = "tensorflow/c", + strip_include_prefix = "include_c", + visibility = ["//visibility:public"], +) + cc_library( name = "libtensorflow_framework", srcs = [":libtensorflow_framework.so"],