nod-ai / SHARK-TestSuite

Temporary home of a test suite we are evaluating
Apache License 2.0
2 stars 26 forks source link

Test TFLite models in iree_tests #291

Open ScottTodd opened 1 month ago

ScottTodd commented 1 month ago

Motivation: add regression tests for at least compiling without errors for cases like https://github.com/iree-org/iree/issues/17902#issuecomment-2229161098

Tasks:

ScottTodd commented 1 month ago

Can convert these tests: https://github.com/iree-org/iree/tree/3f51a55daf4639473f36c42cbd9d775f2a76144e/integrations/tensorflow/test/python/iree_tfl_tests , then delete that whole integrations/tensorflow/test/ folder.

ScottTodd commented 1 month ago

We could also create a separate repository for each frontend test suite. iree-org/iree-tensorflow-tests? Will start with the code here I guess then figure out if moving it makes sense.