We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bf8de commit 9f67747Copy full SHA for 9f67747
tensorflow/lite/experimental/c/BUILD
@@ -5,7 +5,7 @@ load(
5
)
6
7
package(
8
- default_visibility = [":experimental"],
+ default_visibility = ["//visibility:public"],
9
licenses = ["notice"], # Apache 2.0
10
11
@@ -64,7 +64,7 @@ cc_library(
64
],
65
copts = tflite_copts(),
66
visibility = [
67
- ":experimental",
+ "//visibility:public",
68
69
deps = [
70
":c_api_internal",
@@ -110,6 +110,9 @@ cc_test(
110
size = "small",
111
srcs = ["c_api_experimental_test.cc"],
112
data = ["//tensorflow/lite:testdata/add.bin"],
113
+ visibility = [
114
115
+ ],
116
117
":c_api",
118
":c_api_experimental",
0 commit comments