commit | e1a81541bc02ef0266d452b8e2d36dfec17ad9d8 | [log] [tgz] |
---|---|---|
author | Phoenix Meadowlark <meadowlark@google.com> | Wed Sep 01 13:38:37 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 01 13:38:37 2021 -0700 |
tree | b4649cf64ed7a9e2d560f2fcb4ef37de3f46e2f6 | |
parent | c6a35bbd5e8b7f244726d66d0a6c10fe0f05712d [diff] |
Update mnist_training with new APIs and current performance (#6935) Updates `mnist_training.ipynb` to: * use the `iree.compiler.tf` and `iree.runtime` APIs instead of `iree.tf.support` * remove unused imports and the absl flag hack * reflect the 28x inference speed-up and 15x training speed-up on x86 CPU since January
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.