forked from homuler/MediaPipeUnityPlugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtensorflow_visibility_patch.diff
More file actions
36 lines (36 loc) · 1.3 KB
/
Copy pathtensorflow_visibility_patch.diff
File metadata and controls
36 lines (36 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git a/tensorflow/lite/core/shims/BUILD b/tensorflow/lite/core/shims/BUILD
--- a/tensorflow/lite/core/shims/BUILD
+++ b/tensorflow/lite/core/shims/BUILD
@@ -89,9 +89,7 @@
hdrs = FRAMEWORK_STABLE_LIB_HDRS + CC_API_HDRS,
copts = tflite_copts() + tflite_copts_warnings(),
visibility = [
- "//tensorflow/lite:__subpackages__",
- "@mediapipe//mediapipe:__subpackages__",
- "@org_tensorflow_lite_support//tensorflow_lite_support:__subpackages__",
+ "//visibility:public"
],
deps = [
"//tensorflow/lite:allocation",
@@ -237,9 +235,7 @@
],
generate_opaque_delegate_target = True,
visibility = [
- "//tensorflow/lite:__subpackages__",
- "@mediapipe//mediapipe:__subpackages__",
- "@org_tensorflow_lite_support//tensorflow_lite_support:__subpackages__",
+ "//visibility:public"
],
deps = [
":builtin_ops_list",
@@ -405,9 +401,7 @@
copts = tflite_copts_warnings(),
generate_opaque_delegate_target = True,
visibility = [
- "//tensorflow/lite:__subpackages__",
- "@mediapipe//mediapipe:__subpackages__",
- "@org_tensorflow_lite_support//tensorflow_lite_support:__subpackages__",
+ "//visibility:public",
],
deps = ["//tensorflow/lite/core/c:c_api_types"],
)