apps_mlearning_tflite-micro/codegen
RJ Ascani b074c64fc0 codegen: Remove make helpers for codegen (#2378)
This partially reverts commit 1e9b4c5d84. The make helpers for running the inference code generator were somewhat of a hack due to the desire to integrate a target-specific preprocessor binary as part of the process. Since that is no longer necessary, we can now switch over to just using Bazel for running the code generator.

BUG=b/294230402
2026-04-20 14:47:58 +08:00
..
examples/hello_world codegen: Remove make helpers for codegen (#2378) 2026-04-20 14:47:58 +08:00
operators Automated sync from github.com/tensorflow/tensorflow (#2221) 2023-09-14 23:18:01 +00:00
runtime codegen: Add Bazel macro for inference library (#2366) 2026-04-20 14:47:57 +08:00
templates Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
BUILD codegen: Remove preprocessor (#2355) 2026-04-20 14:47:56 +08:00
README.md Add code generator experiment (#2162) 2023-08-10 18:48:59 +00:00
build_def.bzl codegen: Add Bazel macro for inference library (#2366) 2026-04-20 14:47:57 +08:00
code_generator.py codegen: Remove preprocessor (#2355) 2026-04-20 14:47:56 +08:00
graph.py Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
inference_generator.py Generate op table and subgraph invoke functions (#2176) 2023-08-18 20:38:16 +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

README.md

TFLM Code Generator

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