GitXplorerGitXplorer
c

MobiRnn

public
21 stars
7 forks
1 issues

Commits

List of commits on branch new.
Verified
80ea4262f5f9e4f3f2f8a5d32a32ca4da8a56ae2

add: more gpu mode todos in readme

ccsarron committed 8 years ago
Verified
ddc263415dbc542e8a045a82e6c8a041e3efb490

add: opencl deps

ccsarron committed 8 years ago
Verified
52a6a2f86d8b2b2eac3f2604250a1057d70b5415

fix: better time stats

ccsarron committed 8 years ago
Verified
504be149fe833f621473c0d0fd05027b8feb9c8f

fix: remove unused rules in proguard

ccsarron committed 8 years ago
Verified
fbc9f5f1f3d73856c06e74651109b31726f6c68d

fix: intro in readme

ccsarron committed 8 years ago
Verified
c5e3da0c1f7efea6f6a8ae92a66f86290886b383

doc: add intro and usage to readme

ccsarron committed 8 years ago

README

The README file for this repository.

MobiRnn on Android

Intro

This repo is for running LSTM model on mobile devices. Currently we support the following mode:

  • [x] Plain CPU (Java)
  • [x] TensorFlow CPU (Java)
  • [x] Native CPU (C)
  • [x] Eigen CPU (C++)
  • [x] 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.