tflite-micro/python
Ryan Kuester 17f5844557
fix(py runtime_test): remove test for zero-initialized output tensor (#2946)
Remove the test that incorrectly asserts the output tensor is
initially all zeros. The tensor is allocated from a shared memory
arena, and its initial state is not guaranteed to be zero. This
test eventually failed due to variations in memory allocation
during build and runtime; see the failed checks in #2945.

BUG=#2636
2024-12-02 18:14:16 +00:00
..
tests ci(bazel): simplify scripts and configuration in advance of additions (#2918) 2024-11-21 10:38:16 -08:00
tflite_micro fix(py runtime_test): remove test for zero-initialized output tensor (#2946) 2024-12-02 18:14:16 +00: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