Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions python/tflite_micro/signal/utils/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Signal python utilities.
load("@rules_python//python:defs.bzl", "py_library")
load("@rules_python//python:defs.bzl", "py_test")
load("@rules_python//python:defs.bzl", "py_library", "py_test")
load("@tflm_pip_deps//:requirements.bzl", "requirement")
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")

Expand Down
1 change: 0 additions & 1 deletion tensorflow/lite/micro/examples/person_detection/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Description:
# TensorFlow Lite for Microcontrollers Vision Example.
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
Copy link
Copy Markdown
Contributor

@turbotoribio turbotoribio Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe previously https://critique.corp.google.com/cl/556860566 had this load add to the BUILD file as well, but they have already removed all OSS file changes so I can't double check . Just making a note of it if stuff breaks in the future related to person_detect

load("//tensorflow/lite/micro:build_def.bzl", "generate_cc_arrays")

package(
Expand Down