tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[TFLite] Fix tests so that TensorFlow 2.9 is supported

Open NicolaLancellotti opened this issue 3 years ago • 1 comments

This pr fixes the tests that will be broken when we will update TFLite to the 2.9 version.

We will update TensorFlow and TFLite versions to 2.9 so that we can benefit from improvements in packaging to support multiple platforms and Operating Systems.

NicolaLancellotti avatar Jul 19 '22 10:07 NicolaLancellotti

@leandron

NicolaLancellotti avatar Jul 19 '22 10:07 NicolaLancellotti

I've been testing this change with TensorFlow 2.9.1 update that is proposed in #12131, and these tests are passing, so I'm merging this change so that it doesn't go stale.

Example job: https://ci.tlcpack.ai/job/tvm/job/ci-docker-staging/270/

note: some other non-related tests fail, which I'm fixing in separate PRs.

leandron avatar Aug 23 '22 07:08 leandron