commit | 0098f7de932fffc9c07ee820b90a01b28a0b98db | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Tue Jun 29 23:04:57 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 29 23:04:57 2021 -0700 |
tree | 471a0859b3d9916773bf32f0fd3e2a416f673386 | |
parent | 134edde9a9459fac4653fbfaca43b703ea054474 [diff] |
Adds direct TF lowerings for const ExpandDims and Squeeze ops. (#6361) * These have direct analogs to linalg ops, which will always be the best way to lower them. * Carves out the specific form of DynamicBroadcastInDimOp that linalg does not support and excludes any pattern that generates it in TF lowering (not strictly needed for this change but helped debugging by pinpointing the source if issues, not the downstream effect). * Excludes mhlo.dynamic_conv_op as its lowering is weird and it is unclear what value it adds over a direct lowering from TF->Linalg (to be done in a followon). * Removes some tf/tflite tests which were not adding value. * Eliminates one unsupported dynamic op for mobilenetv3 (progress on #6357).
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.