mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-02 18:27:52 +00:00
* Adding streaming_conv reference code. * Streaming conv support under xtensa * Enabled HiFi5 support for streaming conv kernel. * Add bazel build rules for streaming_conv * Fix formatting * Fix dims_shape array type * Fix VP6 build * Fix asan error * Disable streaming conv test on HIFIMINI & VP6 --------- Co-authored-by: Nileshkumar Vaishnav <nileshv@cadence.com> Co-authored-by: RJ Ascani <rjascani@google.com> |
||
|---|---|---|
| .. | ||
| benchmarking | ||
| ci_build | ||
| dev_setup | ||
| gen_micro_mutable_op_resolver | ||
| github/arm_virtual_hardware | ||
| make | ||
| metrics | ||
| project_generation | ||
| apply_streaming_conv.py | ||
| BUILD | ||
| generate_cc_arrays.py | ||
| generate_test_for_model.py | ||
| layer_by_layer.cc | ||
| layer_by_layer_debugger.py | ||
| layer_by_layer_schema.fbs | ||
| layer_by_layer_schema_generated.h | ||
| Makefile.inc | ||
| model_transforms_utils.py | ||
| requantize_flatbuffer.py | ||
| requantize_flatbuffer_test.py | ||
| requantize_flatbuffer_utils.py | ||
| tflite_flatbuffer_align.py | ||
| tflite_flatbuffer_align_wrapper.cc | ||
| tflm_model_transforms.py | ||
| tflm_model_transforms_lib.py | ||
| tflm_model_transforms_test.py | ||