tflite-micro/codegen/README.md
RJ Ascani 901d8306e5
Add code generator experiment (#2162)
This PR creates the initial code generator scaffolding for performing inference without an interpreter. Currently, this does nothing other create a header and source file from Mako templates. Mako was chosen as a template engine due to existing dependency.

BUG=b/295076487
2023-08-10 18:48:59 +00:00

3 lines
87 B
Markdown

# TFLM Code Generator
This is a work in progress experiment. It is not ready for use.