You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
393 B
19 lines
393 B
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "tf_header_lib",
|
|
hdrs = [":tf_header_include"],
|
|
includes = ["include"],
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "libtensorflow_framework",
|
|
srcs = [":libtensorflow_framework.so"],
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
%{TF_HEADER_GENRULE}
|
|
%{TF_SHARED_LIBRARY_GENRULE}
|
|
|