tflite-micro/python
Ryan Kuester 9664901486
feat(python): add alt decompression memory parameter to interpreter (#3614)
Add alt_decompression_memory_size parameter to the Python interpreter
API. When non-zero, allocates a separate memory region for DECODE
operator outputs and calls SetDecompressionMemory before AllocateTensors.

BUG=part of #3256
2026-07-06 16:38:39 +00:00
..
tests Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
tflite_micro feat(python): add alt decompression memory parameter to interpreter (#3614) 2026-07-06 16:38:39 +00:00
BUILD Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
numpy_cc_targets.bzl Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
py_namespace.bzl Typo in code (#3447) 2026-02-11 20:34:42 +00:00
py_rules.bzl Format (#3577) 2026-05-27 06:39:06 -07:00
python_requirements.in No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_10.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_11.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_12.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_13.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
tensorflow_cc_targets.bzl Bazel Module (#3364) 2026-02-11 14:11:47 -08:00