Skip to content

Packaging Models

Philip Dow edited this page Jan 14, 2021 · 5 revisions

Using Models with the TensorFlow Backend

See TensorFlow Backend.

Converting Models to the TensorFlow Lite Format

TFLite is a lightweight library used to run a subset of TensorFlow models in constrained environments, such as mobile devices. Tensor/IO includes support for TF Lite models. For more information on converting models to the TF Lite format, see the TensorFlow Lite Backend page.

Last updated 01/04/21.

Clone this wiki locally