https://github.com/supertone-inc/tensorflowlite-build
A build project for TensorFlow Lite
https://github.com/supertone-inc/tensorflowlite-build
static tensorflowlite
Last synced: 4 months ago
JSON representation
A build project for TensorFlow Lite
- Host: GitHub
- URL: https://github.com/supertone-inc/tensorflowlite-build
- Owner: supertone-inc
- Created: 2022-03-21T01:56:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T00:19:32.000Z (over 1 year ago)
- Last Synced: 2024-10-28T04:16:51.815Z (over 1 year ago)
- Topics: static, tensorflowlite
- Language: C++
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow Lite Build
This project is to build custom [TensorFlow Lite](https://www.tensorflow.org/lite) libraries which are not provided officially.
Currently supports static library builds with the default options only.
## Building Libraries
### Prerequisites
- [CMake](https://cmake.org/install)
- Bash
- On Windows, you can use Git Bash provided by [Git for Windows](https://git-scm.com/download/win).
### Build Script
```sh
./build-static_lib.sh
```