mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-02 02:07:27 +00:00
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
|
||
|---|---|---|
| .. | ||
| examples/hello_world | ||
| operators | ||
| runtime | ||
| templates | ||
| BUILD | ||
| build_def.bzl | ||
| code_generator.py | ||
| graph.py | ||
| inference_generator.py | ||
| README.md | ||
| tensor.py | ||
| utils.py | ||
TFLM Code Generator
This is a work in progress experiment. It is not ready for use.