This repo is for running LSTM model on mobile devices. Currently we support the following mode:
- Plain CPU (Java)
- TensorFlow CPU (Java)
- Native CPU (C)
- Eigen CPU (C++)
- GPU (RenderScript)
- GPU (OpenCL)
- GPU (Vulkan)
Just run ./gradlew iR
to install MobiRNN on your connected phone.
You can run ./gradlew pu
to generate apk file or simply download the blob/mobile-release.apk
in the repo.