Make java/C++/python tasks API public visible.

PiperOrigin-RevId: 493730506
This commit is contained in:
MediaPipe Team 2022-12-07 15:49:08 -08:00 committed by Copybara-Service
parent 5f97b29b3b
commit a59f0a9924
20 changed files with 20 additions and 26 deletions

View File

@ -22,9 +22,7 @@ cc_library(
name = "audio_classifier",
srcs = ["audio_classifier.cc"],
hdrs = ["audio_classifier.h"],
visibility = [
"//mediapipe/tasks:users",
],
visibility = ["//visibility:public"],
deps = [
":audio_classifier_graph",
"//mediapipe/framework/api2:builder",

View File

@ -22,9 +22,7 @@ cc_library(
name = "audio_embedder",
srcs = ["audio_embedder.cc"],
hdrs = ["audio_embedder.h"],
visibility = [
"//mediapipe/tasks:users",
],
visibility = ["//visibility:public"],
deps = [
":audio_embedder_graph",
"//mediapipe/framework/api2:builder",

View File

@ -22,9 +22,7 @@ cc_library(
name = "object_detector",
srcs = ["object_detector.cc"],
hdrs = ["object_detector.h"],
visibility = [
"//mediapipe/tasks:users",
],
visibility = ["//visibility:public"],
deps = [
":object_detector_graph",
"//mediapipe/calculators/core:concatenate_vector_calculator",

View File

@ -14,7 +14,7 @@
licenses(["notice"])
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
android_library(
name = "core",

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
android_library(
name = "core",

View File

@ -14,7 +14,7 @@
licenses(["notice"])
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
# The native library of all MediaPipe text tasks.
cc_binary(

View File

@ -14,7 +14,7 @@
licenses(["notice"])
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
android_library(
name = "core",

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -16,7 +16,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -16,7 +16,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@ -14,7 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//mediapipe/tasks:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"])