1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
flatbuffers_lib Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
BUILD Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build_defs.bzl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
metadata_schema.fbs Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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.