tflite-micro/codegen
Ryan Kuester d619ad8ec5
refactor: move tflite::Span to independent header (#2638)
Hoist the universally-useful tflite::Span out of
codegen/runtime/micro_codegen_context.h and into an independent header
usable from elsewhere in the project.

BUG=#2636
2024-07-24 20:20:44 +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 refactor: move tflite::Span to independent header (#2638) 2024-07-24 20:20:44 +00:00
templates Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
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 Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
inference_generator.py
README.md
tensor.py
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.