提交 97a1fa35 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Adding tf visibility to targets

PiperOrigin-RevId: 564577405
上级 ace5d01e
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
load("//tensorflow:tensorflow.bzl", "tf_cc_shared_test", "tf_cc_test")
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
package(
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
......@@ -62,6 +62,7 @@ cc_library(
name = "work_queue_interface",
srcs = ["work_queue_interface.cc"],
hdrs = ["work_queue_interface.h"],
visibility = ["//visibility:public"],
deps = [
"//tensorflow/core:lib",
"//tensorflow/core/platform:threadpool_interface",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册