tflite-micro/codegen
suleshahid bc68d362d6
Remove deprecated BUILD tags (#3091)
These tags have been deprecated and are unused now. Syncing with upstream and removing them from the BUILD files.

BUG=remove deprecated tags
2025-04-08 19:21:25 +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 Remove deprecated BUILD tags (#3091) 2025-04-08 19:21:25 +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
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.