commit | 1375d5518f139813ef320a4f8c8400a0e1f04265 | [log] [tgz] |
---|---|---|
author | Kojo Acquah <KoolJBlack@users.noreply.github.com> | Mon Jun 14 15:39:26 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 14 15:39:26 2021 -0700 |
tree | e59b1fb5d005fe5a2692b35632426c257da8634a | |
parent | 0d89d53c85295a361ca3f90762deb6f328ef0571 [diff] |
Update gradle to build TFLilte Java bindings AAR library (#6197) Process for building the AAR: 1. Start AndroidStudio. Select "Open File or Project" then choose `iree/bindings/tflite/java/gragle.build`. 2. AndroidStudio should sync the project and setup gradlew uner `iree/bindings/tflite/java`. 3. Make the project using android studio or run the build directly in terminal: ```shell ./gradlew build ``` This produces two libraries under `iree/bindings/tflite/java/build/outputs/aar`: * `iree-tflite-bindings-debug.aar` * `iree-tflite-bindings-release.aar` AAR contents:  Include either library in another gradle project for iree tflite binding support. Addresses #6198
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.