tflite-micro/tensorflow/lite/micro/tools
David Davis 0965635467
Fix benchmark tool alternate profiler (#3629)
@tensorflow/micro

Set the alternate profiler in the benchmark tool prior to the `Prepare` phase (before calling `MicroInterpreter::AllocateTensors`).  This is because the DECODE operator requires the alternate `MicroProfilerInterface` to already be initialized during the `Prepare` phase.

Previously the alternate profiler was only required during the `Eval` phase with the legacy compression code.  This fix does not change the functionality of the benchmark tool with respect to the legacy compression.

bug=#3628
2026-07-13 18:10:56 +00:00
..
benchmarking Fix benchmark tool alternate profiler (#3629) 2026-07-13 18:10:56 +00:00
ci_build
dev_setup
gen_micro_mutable_op_resolver
github/arm
make Update CMSIS-NN download (#3607) 2026-06-24 04:03:35 +00:00
metrics
project_generation
BUILD
generate_cc_arrays.py
generate_test_for_model.py
layer_by_layer.cc Manual sync from sync from github.com/tensorflow/tensorflow (#3616) 2026-07-01 18:13:01 -07:00
layer_by_layer_debugger.py
layer_by_layer_schema.fbs Manual sync from sync from github.com/tensorflow/tensorflow (#3616) 2026-07-01 18:13:01 -07:00
layer_by_layer_schema_generated.h Manual sync from sync from github.com/tensorflow/tensorflow (#3616) 2026-07-01 18:13:01 -07:00
Makefile.inc
model_transforms_utils.py
requantize_flatbuffer.py
requantize_flatbuffer_test.py
requantize_flatbuffer_utils.py Fix missing quantizedBiasType setting for 16x8 requantization (#3597) 2026-06-16 15:53:23 +00:00
tflite_flatbuffer_align.py
tflite_flatbuffer_align_wrapper.cc
tflm_model_transforms.py
tflm_model_transforms_lib.py
tflm_model_transforms_test.py