An open API service indexing awesome lists of open source software.

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

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
```