tflite-micro/codegen
Ryan Kuester d660678390
build(bazel): disable codegen when building --//:with_compression (#2982)
The codegen prototype code is not compatible with the changes which
implement model compression made to the core TFLM components. For now,
disable codegen targets when building with compression enabled.

BUG=#2636
2024-12-04 18:44:33 +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 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 codegen: Remove preprocessor (#2355) 2023-12-19 21:14:31 +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
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.