tflite-micro/codegen
Ryan Kuester f91dd916e5
build(codegen): suppress noise in console output (#2742)
build(codegen): suppress noise in console output

Redirect output from 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.

This reverts "build(codegen): suppress noise in console output
(#2708)", commit d2495773, which attempted to fix the same
problem by adding a --quiet flag. A subsequent upgrade to the
Tensorflow Python package caused new noise that wasn't possible
to suppress with the flag.

BUG=description
2024-11-13 22:46:20 +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
build_def.bzl build(codegen): suppress noise in console output (#2742) 2024-11-13 22:46:20 +00:00
code_generator.py build(codegen): suppress noise in console output (#2742) 2024-11-13 22:46:20 +00:00
graph.py
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

TFLM Code Generator

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