tflite-micro/codegen
Esun Kim ba753cef3e
[CI] Fix build (#3194)
- Upgraded the Bazel BuildTool to the latest version (8.2.1).
- Updated the `tflm-ci` Docker image and pushed the new tag (0.6.1) to the `ghcr.io/tflm-bot/tflm-ci registry`.
- Updated the WORKSPACE to load `rules_cc` and `rules_shell` explicitly
- Ran `buildifier` to ensure all BUILD files to have all the fixes.

BUG=Clean-up
2025-09-19 20:48:22 +00:00
..
examples/hello_world [CI] Fix build (#3194) 2025-09-19 20:48:22 +00:00
operators Automated sync from github.com/tensorflow/tensorflow (#2221) 2023-09-14 23:18:01 +00:00
runtime build(bazel): introduce tflm_cc_* macros, refactoring away micro_copts (#2765) 2024-11-14 23:16:28 +00:00
templates Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
BUILD Remove deprecated BUILD tags (#3091) 2025-04-08 19:21:25 +00:00
build_def.bzl build(bazel): disable codegen when building --//:with_compression (#2982) 2024-12-04 18:44:33 +00:00
code_generator.py build(codegen): suppress noise in console output (#2742) 2024-11-13 22:46:20 +00:00
graph.py Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
inference_generator.py build(codegen): suppress noise in console output (#2742) 2024-11-13 22:46:20 +00:00
README.md Add code generator experiment (#2162) 2023-08-10 18:48:59 +00:00
tensor.py Fix RISC-V codegen example (#2199) 2023-08-29 18:22:08 +00:00
utils.py Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00

TFLM Code Generator

This is a work in progress experiment. It is not ready for use.