Internal change
PiperOrigin-RevId: 529752098
This commit is contained in:
parent
c24e7a250c
commit
ecc8dca8ba
|
@ -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(
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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"])
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"])
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"])
|
||||||
|
|
||||||
|
|
|
@ -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"])
|
||||||
|
|
||||||
|
|
|
@ -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"])
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user