Skip to content

Commit ddc0231

Browse files
h-jootflite-support-robot
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 915524901
1 parent 8e8a9bf commit ddc0231

7 files changed

Lines changed: 7 additions & 8 deletions

File tree

tensorflow_lite_support/custom_ops/kernel/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
load("@org_tensorflow//tensorflow:tensorflow.bzl", "pybind_extension")
2-
3-
# Placeholder for internal Python strict test compatibility macro.
42
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
53
load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")
4+
# Placeholder: load py_test
65

76
package(
87
licenses = ["notice"], # Apache 2.0

tensorflow_lite_support/metadata/python/tests/metadata_writers/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Placeholder for internal Python strict library compatibility macro.
2-
# Placeholder for internal Python strict test compatibility macro.
2+
# Placeholder: load py_test
33

44
package(
55
default_visibility = [

tensorflow_lite_support/python/test/task/audio/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Placeholder for internal Python strict test compatibility macro.
1+
# Placeholder: load py_test
22

33
package(
44
default_visibility = ["//visibility:private"],

tensorflow_lite_support/python/test/task/audio/core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Placeholder for internal Python strict test compatibility macro.
1+
# Placeholder: load py_test
22

33
package(
44
licenses = ["notice"], # Apache 2.0

tensorflow_lite_support/python/test/task/text/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Placeholder for internal Python strict test compatibility macro.
1+
# Placeholder: load py_test
22

33
package(
44
default_visibility = ["//visibility:private"],

tensorflow_lite_support/python/test/task/vision/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Placeholder for internal Python strict test compatibility macro.
1+
# Placeholder: load py_test
22

33
package(
44
default_visibility = ["//visibility:private"],

tensorflow_lite_support/python/test/task/vision/core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Placeholder for internal Python strict test compatibility macro.
1+
# Placeholder: load py_test
22

33
package(
44
licenses = ["notice"], # Apache 2.0

0 commit comments

Comments
 (0)