Skip to content

Conversation

@ddavis-2015
Copy link
Member

@tensorflow/micro

Add reference implementation of pruning to DECODE operator.
Makefile and Bazel BUILD file changes.
Additional unit tests.

bug=fixes #3161

@tensorflow/micro

Add initial support for DECODE operator.
Add reference implementation.
Add LUT decompression support.
Update op resolvers.
Update Makefiles and Bazel BUILD files.
Add kernel unit test.

bug=fixes tensorflow#3131
@tensorflow/micro

Additional support for DECODE operator.
Add Xtensa optimizations for LUT decompression.
Move all Xtensa kernel source references to the Xtensa target makefile.

bug=fixes tensorflow#3150
@tensorflow/micro

Reorganize Xtensa makefiles such that all references to optimized kernel sources are moved to the Xtensa target makefile.

Move hifimini kernel sources to the parent directory, and rename them so they do not interfere with the target overlay mechanism of the root makefile.

bug=fixes tensorflow#3153
Fix code style errors.
@tensorflow/micro

Add reference implementation of pruning to DECODE operator.
Makefile and Bazel BUILD file changes.
Additional unit tests.

bug=fixes tensorflow#3161
Update pruning code with zero-point checks.
Add const-tensor checks.
@ddavis-2015 ddavis-2015 marked this pull request as ready for review October 20, 2025 16:29
@ddavis-2015 ddavis-2015 requested a review from a team as a code owner October 20, 2025 16:29
@ddavis-2015 ddavis-2015 requested a review from veblush October 20, 2025 16:29
Copy link
Collaborator

@veblush veblush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@veblush veblush merged commit ecf58d7 into tensorflow:main Oct 23, 2025
95 of 96 checks passed
ilya-kupchenko added a commit to ilya-kupchenko/tflite-micro that referenced this pull request Oct 24, 2025
…rs and subgraphs.

Support for DECODE operator (tensorflow#3162)

* Support for DECODE operator

@tensorflow/micro

Add initial support for DECODE operator.
Add reference implementation.
Add LUT decompression support.
Update op resolvers.
Update Makefiles and Bazel BUILD files.
Add kernel unit test.

bug=fixes tensorflow#3131

* update copyright

* Don't use constructors with global objects (bluepill will not call them).

Cleanup unit test.

* Support for DECODE operator

@tensorflow/micro

Additional support for DECODE operator.
Add Xtensa optimizations for LUT decompression.
Move all Xtensa kernel source references to the Xtensa target makefile.

bug=fixes tensorflow#3150

* Updates to Xtensa makefiles

@tensorflow/micro

Reorganize Xtensa makefiles such that all references to optimized kernel sources are moved to the Xtensa target makefile.

Move hifimini kernel sources to the parent directory, and rename them so they do not interfere with the target overlay mechanism of the root makefile.

bug=fixes tensorflow#3153

* Fix incorrect include path.
Fix code style errors.

* fix copyright

* update generic benchmark op resolver size

* Support for DECODE operator

@tensorflow/micro

Add reference implementation of pruning to DECODE operator.
Makefile and Bazel BUILD file changes.
Additional unit tests.

bug=fixes tensorflow#3161

* Split decode tests into seperate files.
Update pruning code with zero-point checks.
Add const-tensor checks.

* Add decode_test_helpers.h file.
Cleanup tests.

Added end-of-line symbols
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for DECODE operator

3 participants