tflite-micro/codegen
RJ Ascani 06499e832f
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
2024-01-09 19:54:12 +00:00
..
examples/hello_world codegen: Remove make helpers for codegen (#2378) 2024-01-09 19:54:12 +00: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) 2023-12-21 00:57:49 +00:00
templates
BUILD codegen: Remove preprocessor (#2355) 2023-12-19 21:14:31 +00:00
build_def.bzl codegen: Add Bazel macro for inference library (#2366) 2023-12-21 00:57:49 +00:00
code_generator.py codegen: Remove preprocessor (#2355) 2023-12-19 21:14:31 +00:00
graph.py
inference_generator.py
README.md
tensor.py
utils.py

TFLM Code Generator

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