Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information