tflite-micro/tensorflow/lite/micro/docs
Ryan Kuester cc09a49b9b
docs: update compression documentation (#3020)
Clarify the usage of `MicroContext::AllocateDecompressionScratchBuffer`
and`tflite::micro::GetTensorData` for handling decompressed tensor
data.

Add a section on alternate decompression memory regions,
explaining how to specify and use specialized memory for
decompression.

Update instructions for compressing models using a YAML
specification.

Simplify the model compression and alignment command examples.

Spin off new Generic Benchmark Application documentation.

BUG=part of #2636
2024-12-17 23:37:12 +00:00
..
images
rfc
arm.md
compression.md docs: update compression documentation (#3020) 2024-12-17 23:37:12 +00:00
logging.md
memory_management.md Add support for offline planning in case of multiple subgraphs (#1195) 2023-03-29 04:05:07 +00:00
new_platform_support.md build: begin using -std=c++17 and c17 in Makefile builds (#2648) 2024-08-01 21:30:54 +00:00
offline_memory_plan.md
online_memory_allocation_overview.md
optimized_kernel_implementations.md Update CMSIS third party download (#2716) 2024-10-28 19:16:43 +00:00
porting_reference_ops.md Update porting_reference_ops.md (#1280) 2022-07-25 20:00:08 +00:00
profiling.md Increase kMaxEvents and error out when it's exceeded (#1835) 2023-03-21 22:29:11 +00:00
qemu.md Add QEMU Emulation to CI flow (#1892) 2023-04-14 07:11:10 +00:00
renode.md
resource_variables.md