项目作者: csarron

项目描述 :
Efficient LSTM parallelization on smartphone GPU
高级语言: Java
项目地址: git://github.com/csarron/MobiRnn.git
创建时间: 2017-04-05T22:25:25Z
项目社区:https://github.com/csarron/MobiRnn

开源协议:MIT License

下载


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.