mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
load()s are being added in preparation for changes being made to Blaze/Bazel (#2160)
`load()`s are being added in preparation for changes being made to Blaze/Bazel ! corresponding [google3 cl](https://critique.corp.google.com/cl/553849494) BUG=[b/295216390](https://b.corp.google.com/issues/295216390)
This commit is contained in:
parent
d5f819d8d9
commit
80cb11b131
16 changed files with 17 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_library", "py_test")
|
||||
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
|
||||
load("//python:py_namespace.bzl", "py_namespace")
|
||||
load("@rules_python//python:packaging.bzl", "py_package", "py_wheel")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_library", "py_test")
|
||||
load("//python/tflite_micro/signal:tflm_signal.bzl", "py_tflm_signal_library")
|
||||
load("//tensorflow:extra_rules.bzl", "tflm_signal_friends")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# Signal python utilities.
|
||||
load("@rules_python//python:defs.bzl", "py_library")
|
||||
load("@rules_python//python:defs.bzl", "py_test")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# Description:
|
||||
# TensorFlow Lite for Microcontrollers "hello world" example.
|
||||
load("@rules_python//python:defs.bzl", "py_binary")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
load(
|
||||
"//tensorflow/lite/micro:build_def.bzl",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
py_binary(
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary", "py_test")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
py_binary(
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# Description:
|
||||
# TensorFlow Lite for Microcontrollers Vision Example.
|
||||
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
|
||||
load("//tensorflow/lite/micro:build_def.bzl", "generate_cc_arrays")
|
||||
|
||||
package(
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_library", "py_test")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
package(
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
package(licenses = ["notice"])
|
||||
|
|
|
|||
1
tensorflow/lite/micro/kernels/testdata/BUILD
vendored
1
tensorflow/lite/micro/kernels/testdata/BUILD
vendored
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary", "py_test")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
package(
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_library")
|
||||
load(
|
||||
"//tensorflow/lite/micro:build_def.bzl",
|
||||
"micro_copts",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
|
||||
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension", "pybind_library")
|
||||
|
||||
package(
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_test")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
licenses(["notice"])
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
load(
|
||||
"//tensorflow:extra_rules.bzl",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
|
||||
load("//tensorflow:extra_rules.bzl", "tflm_application_friends")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
load("@rules_python//python:defs.bzl", "py_binary")
|
||||
load("@tflm_pip_deps//:requirements.bzl", "requirement")
|
||||
|
||||
package(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue