tflite-micro/python
David Davis d96fe663df
Support for DECODE operator (#3132)
* 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 #3131

* update copyright

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

Cleanup unit test.

* return error if DecodeState cannot be created.

* Address review issues.

---------

Co-authored-by: Esun Kim <veblush@google.com>
2025-10-17 09:36:56 -07:00
..
tests [CI] Fix build (#3194) 2025-09-19 20:48:22 +00:00
tflite_micro Support for DECODE operator (#3132) 2025-10-17 09:36:56 -07:00
BUILD
py_namespace.bzl feat: build and test a Python distribution package tflite_micro (#2151) 2023-08-01 22:27:53 +00:00
py_pkg_cc_deps.bzl Fixing google3 presubmit buildify errors. (#1809) 2023-03-08 21:06:49 +00:00