Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.94k
stars
826
forks
source link
build(bazel): replace cc_* with tflm_cc_* in remaining TFLM code #2768
Replace cc_ targets remaining in TFLM code with tflmcc
targets. These are targets which did not formerly use the common
copts. Avoid changing imported TFLite code, if for no other
reason than to avoid merge conflicts during the automatic sync
with upstream TFLite.
Replace cc_ targets remaining in TFLM code with tflmcc targets. These are targets which did not formerly use the common copts. Avoid changing imported TFLite code, if for no other reason than to avoid merge conflicts during the automatic sync with upstream TFLite.
BUG=#2636