Internal change

PiperOrigin-RevId: 529752098
This commit is contained in:
MediaPipe Team 2023-05-05 10:26:29 -07:00 committed by Copybara-Service
parent c24e7a250c
commit ecc8dca8ba
14 changed files with 16 additions and 40 deletions

View File

@ -33,7 +33,9 @@ bzl_library(
srcs = [ srcs = [
"transitive_protos.bzl", "transitive_protos.bzl",
], ],
visibility = ["//mediapipe/framework:__subpackages__"], visibility = [
"//mediapipe/framework:__subpackages__",
],
) )
bzl_library( bzl_library(

View File

@ -15,9 +15,7 @@
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe/framework:__subpackages__"])
default_visibility = ["//mediapipe/framework:__subpackages__"],
)
cc_library( cc_library(
name = "simple_calculator", name = "simple_calculator",

View File

@ -19,9 +19,7 @@ load(
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe/model_maker/python/vision/gesture_recognizer:__subpackages__"])
default_visibility = ["//mediapipe/model_maker/python/vision/gesture_recognizer:__subpackages__"],
)
mediapipe_files( mediapipe_files(
srcs = [ srcs = [

View File

@ -19,9 +19,7 @@ load(
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe/model_maker/python/text/text_classifier:__subpackages__"])
default_visibility = ["//mediapipe/model_maker/python/text/text_classifier:__subpackages__"],
)
mediapipe_files( mediapipe_files(
srcs = [ srcs = [

View File

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

View File

@ -17,9 +17,7 @@
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe:__subpackages__"])
default_visibility = ["//mediapipe:__subpackages__"],
)
py_library( py_library(
name = "data_util", name = "data_util",

View File

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

View File

@ -17,9 +17,7 @@
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe:__subpackages__"])
default_visibility = ["//mediapipe:__subpackages__"],
)
py_library( py_library(
name = "test_util", name = "test_util",

View File

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

View File

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

View File

@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
package( package(default_visibility = ["//mediapipe:__subpackages__"])
default_visibility = ["//mediapipe:__subpackages__"],
)
licenses(["notice"]) licenses(["notice"])

View File

@ -17,9 +17,7 @@
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe:__subpackages__"])
default_visibility = ["//mediapipe:__subpackages__"],
)
# TODO: Remove the unnecessary test data once the demo data are moved to an open-sourced # TODO: Remove the unnecessary test data once the demo data are moved to an open-sourced
# directory. # directory.

View File

@ -17,9 +17,7 @@
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe:__subpackages__"])
default_visibility = ["//mediapipe:__subpackages__"],
)
###################################################################### ######################################################################
# Public target of the MediaPipe Model Maker ImageClassifier APIs. # Public target of the MediaPipe Model Maker ImageClassifier APIs.

View File

@ -17,9 +17,7 @@
licenses(["notice"]) licenses(["notice"])
package( package(default_visibility = ["//mediapipe:__subpackages__"])
default_visibility = ["//mediapipe:__subpackages__"],
)
py_library( py_library(
name = "object_detector_import", name = "object_detector_import",