Internal change

PiperOrigin-RevId: 529752098
This commit is contained in:
MediaPipe Team
2023-05-05 10:28:38 -07:00
committed by Copybara-Service
parent c24e7a250c
commit ecc8dca8ba
14 changed files with 16 additions and 40 deletions
+1 -3
View File
@@ -14,9 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
licenses(["notice"])
+1 -3
View File
@@ -17,9 +17,7 @@
licenses(["notice"])
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
py_library(
name = "data_util",
@@ -15,9 +15,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
# Placeholder for internal Python strict test compatibility macro.
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
licenses(["notice"])
@@ -17,9 +17,7 @@
licenses(["notice"])
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
py_library(
name = "test_util",
+1 -3
View File
@@ -14,9 +14,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
licenses(["notice"])
@@ -15,9 +15,7 @@
# Placeholder for internal Python strict library and test compatibility macro.
# Placeholder for internal Python strict test compatibility macro.
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
licenses(["notice"])
+1 -3
View File
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
licenses(["notice"])
@@ -17,9 +17,7 @@
licenses(["notice"])
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
# TODO: Remove the unnecessary test data once the demo data are moved to an open-sourced
# directory.
@@ -17,9 +17,7 @@
licenses(["notice"])
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
######################################################################
# Public target of the MediaPipe Model Maker ImageClassifier APIs.
@@ -17,9 +17,7 @@
licenses(["notice"])
package(
default_visibility = ["//mediapipe:__subpackages__"],
)
package(default_visibility = ["//mediapipe:__subpackages__"])
py_library(
name = "object_detector_import",