Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.09 KB

Build Status

Status

Note, this package has been discontinued - no support or maintenance is planned.

What is it?

A Dart interface to TensorFlow Lite (tflite) through Dart's foreign function interface (FFI). This library wraps the experimental tflite C API.

What Dart platforms does this package support?

This package supports desktop use cases (Linux, OSX, Windows, etc).

What if I want TensorFlow Lite support for Flutter apps?

Flutter developers should instead consider using the Flutter plugin flutter_tflite (among the issues using this package with Flutter, we locate the tflite dynamic library through Isolate.resolvePackageUri, which doesn't translate perfectly in the Flutter context (see flutter/flutter#14815).