8000 GitHub - csarron/MobiRnn: Efficient LSTM parallelization on smartphone GPU
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Efficient LSTM parallelization on smartphone GPU

License

Notifications You must be signed in to change notification settings

csarron/MobiRnn

Repository files navigation

MobiRnn on Android

Intro

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)

Usage

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.

Releases

No releases published

Packages

No packages published
0