tflite-micro/codegen/runtime
RJ Ascani b766947f5a
codegen: Add Bazel macro for inference library (#2366)
The TFLM code_generator takes a TFLite model and generates C/C++ source code that can then be compiled into a binary. This change adds a Bazel macro for invoking the code generator and creating a cc_library with the resulting sources. It also updates the checked-in hello_world example with an appropriate BUILD file and updates the script to use Bazel instead of make.

BUG=b/294230402
2023-12-21 00:57:49 +00:00
..
BUILD codegen: Add Bazel macro for inference library (#2366) 2023-12-21 00:57:49 +00:00
micro_codegen_context.cc Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00
micro_codegen_context.h Implement MicroContext/Graph for codegen (#2218) 2023-09-12 22:28:30 +00:00