Files
tensorflow--tensorflow/tensorflow/lite/examples/python/BUILD
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

23 lines
641 B
Python

load("@xla//third_party/rules_python/python:py_binary.bzl", "py_binary")
package(
# copybara:uncomment default_applicable_licenses = ["//tensorflow:LICENSE"],
licenses = ["notice"],
)
# Commented out under the (b/279852433) because caused an error in the OSS
# TODO(zhurakovskyi): Uncomment when fixed.
# copybara:uncomment_begin
# py_binary(
# name = "label_image",
# srcs = ["label_image.py"],
# main = "label_image.py",
# strict_deps = True,
# deps = [
# "//third_party/py/PIL:pil",
# "//third_party/py/numpy",
# "//tensorflow/lite/python:lite",
# ],
# )
# copybara:uncomment_end