tflite-micro/tensorflow
Ryan Kuester 9bfaeadf48
feat(compression): add LUT compression plugin (#3608)
Implement LutCompressor using the Compressor protocol. Lookup table
compression replaces tensor values with indices into a table of unique
values, producing packed indices and ancillary data in the format
expected by the TFLM DECODE kernel.

Supports per-tensor and per-channel compression, sizes value tables to
actual unique count, and handles unquantized tensors.

BUG=part of #3256
2026-06-24 22:44:48 +00:00
..
compiler/mlir/lite Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
lite feat(compression): add LUT compression plugin (#3608) 2026-06-24 22:44:48 +00:00
BUILD
extra_rules.bzl