Information on supported Keras layers in IREE #9358
-
Hi All, Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah, this doc is from the non published version of our original developer docs. We archived those as there is useful reference material but we stopped updating. While non comprehensive, the set of TF tests we run is here (one variant per file): https://github.com/google/iree/tree/main/integrations/tensorflow/test/iree_tf_tests Those that are not passing are annotated in the file with While we would love patches on anything that is incomplete for TF, we are generally prioritizing pytorch, TFLite, and Jax compatibility right now and have no active work planned for TF/keras. But if you are something that needs to be fixed, help is appreciated! |
Beta Was this translation helpful? Give feedback.
Ah, this doc is from the non published version of our original developer docs. We archived those as there is useful reference material but we stopped updating.
While non comprehensive, the set of TF tests we run is here (one variant per file): https://github.com/google/iree/tree/main/integrations/tensorflow/test/iree_tf_tests
Those that are not passing are annotated in the file with
XFAIL:
. Each file has a command line to run for the test, and the readme in the containing Tensorflow directory has instructions for running.While we would love patches on anything that is incomplete for TF, we are generally prioritizing pytorch, TFLite, and Jax compatibility right now and have no active work…