https://github.com/vkcom/torch_mobile
Torch7 for mobile devices
https://github.com/vkcom/torch_mobile
andriod ios torch7
Last synced: 8 days ago
JSON representation
Torch7 for mobile devices
- Host: GitHub
- URL: https://github.com/vkcom/torch_mobile
- Owner: VKCOM
- License: other
- Archived: true
- Created: 2016-11-04T12:56:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T13:26:40.000Z (over 8 years ago)
- Last Synced: 2025-01-17T17:42:21.356Z (9 months ago)
- Topics: andriod, ios, torch7
- Language: C
- Homepage:
- Size: 819 KB
- Stars: 7
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Torch7 Library for mobile
=========================This package has been modified to compile Torch7 for iOS and for Android with the following architectures: armv7, armv7a, arm64.
Code is inherited from the following projects:
* [Torch7 library for iOS by Clement Farabet](https://github.com/clementfarabet/torch-ios)
* [OpenBLAS by Zhang Xianyi](https://github.com/xianyi/OpenBLAS)Requirements
============Torch7 has to be installed prior to building the project. A binary tool 'torch' needs to be available in the user's path.
Building
========
To get the code:git clone --recursive https://github.com/VKCOM/torch_mobile.git
To build the Torch with all dependencies for iOS:
$ ./generate_ios_framework
To build the Torch with all dependencies for Android set NDK_PATH variable and add it to your PATH, then start:
$ TOOLCHAIN= ARCH= GCC= ./generate_android_jni