tflite-micro/codegen
Ryan Kuester d24957732b
build(codegen): suppress noise in console output (#2708)
Add a --quiet option to the code_generator binary so that when it's used
within the build system, it doesn't print unexpected, distracting noise
to the console. Generally, compiler or generator commands don't print
output unless there's an error.

BUG=description
2024-10-01 21:16:45 +00:00
..
examples/hello_world codegen: Remove make helpers for codegen (#2378) 2024-01-09 19:54:12 +00:00
operators
runtime refactor: move tflite::Span to independent header (#2638) 2024-07-24 20:20:44 +00:00
templates
BUILD codegen: Remove preprocessor (#2355) 2023-12-19 21:14:31 +00:00
build_def.bzl build(codegen): suppress noise in console output (#2708) 2024-10-01 21:16:45 +00:00
code_generator.py build(codegen): suppress noise in console output (#2708) 2024-10-01 21:16:45 +00:00
graph.py
inference_generator.py build(codegen): suppress noise in console output (#2708) 2024-10-01 21:16:45 +00:00
README.md
tensor.py
utils.py

TFLM Code Generator

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