Commit graph

3 commits

Author SHA1 Message Date
Ryan Kuester
d59136a619
feat(compression): add decompression library (#2996)
Add a decompression library, defining structures for compressed
tensors and decompression logic to be used by kernels. Add a unit
test to validate decompression logic.

BUG=part of #2636
2024-12-10 01:51:56 +00:00
Ryan Kuester
a0220056a1
refactor: revert additions which break build with USE_TFLM_COMPRESSION (#2942)
For now, revert two commits that added conditionally included
code using USE_TFLM_COMPRESSION which break the build when
USE_TFLM_COMPRESSION is enabled. This code will be restored in
chunks that do not break the build and tests.

This reverts commit f309046ae2 (#2647).
This reverts commit 2b127fd8e4 (#2658).

BUG=#2636
2024-11-27 02:09:35 +00:00
David Davis
f309046ae2
TFLM compression changes (#2647)
@tensorflow/micro

initial header file changes/additions.

bug=#2646
2024-08-01 18:59:33 +00:00