Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702053096
  • Loading branch information
tensorflower-gardener authored and tflite-support-robot committed Dec 2, 2024
1 parent e9f602f commit 782ae68
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_lite_support/cc/task/audio/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Placeholder: load proto_library

package(
default_visibility = [
"//visibility:public",
Expand Down
2 changes: 2 additions & 0 deletions tensorflow_lite_support/cc/task/core/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Placeholder: load java_lite_proto_library
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

package(
Expand Down
2 changes: 2 additions & 0 deletions tensorflow_lite_support/cc/task/processor/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Placeholder: load java_lite_proto_library
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")
load("//tools/build_defs/objc:objc_proto_library.bzl", "objc_proto_library")

Expand Down
1 change: 1 addition & 0 deletions tensorflow_lite_support/cc/task/text/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

package(
Expand Down
1 change: 1 addition & 0 deletions tensorflow_lite_support/cc/task/vision/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

package(
Expand Down
1 change: 1 addition & 0 deletions tensorflow_lite_support/python/task/core/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

package(
Expand Down
3 changes: 3 additions & 0 deletions tensorflow_lite_support/scann_ondevice/cc/core/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Placeholder: load java_lite_proto_library
# Placeholder: load java_proto_library
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

package(licenses = ["notice"])
Expand Down
1 change: 1 addition & 0 deletions tensorflow_lite_support/scann_ondevice/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load proto_library
load("//tensorflow_lite_support/cc/port:build_defs.bzl", "support_py_proto_library")

package(
Expand Down

0 comments on commit 782ae68

Please sign in to comment.