android13/external/tflite-support/tensorflow_lite_support/metadata
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
cc initial 2024-06-22 20:45:49 +08:00
flatbuffers_lib initial 2024-06-22 20:45:49 +08:00
BUILD initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
build_defs.bzl initial 2024-06-22 20:45:49 +08:00
metadata_schema.fbs initial 2024-06-22 20:45:49 +08:00

README.md

TensorFlow Lite Metadata and Android wrapper code generator

Note: Both TensorFlow Lite Metadata and the Android wrapper code generator are in experimental (beta) phase.

TensorFlow Lite metadata provides a structured framework for storing metadata to convey information for both the developer that will utilitised the model and code generators which can create wrapper around the model. For information on how to populate model metadata, please refer to the TensorFlow Lite Metadata documentation.

The first code generator which takes advantage of this metadata format is the TensorFlow Lite Android Code Generator. For more information on how to use this generator, please refer to the TensorFlow Lite Android wrapper code generator documentation.