tensorflow/lite/g3doc/api_docs/python/tflite_support/metadata.md
page_type: reference description: TensorFlow Lite metadata tools.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_support.metadata" /> <meta itemprop="path" content="Stable" /> </div>View source on GitHub
TensorFlow Lite metadata tools.
class MetadataDisplayer: Displays metadata and associated file info in human-readable format.
class MetadataPopulator: Packs metadata and associated files into TensorFlow Lite model file.
convert_to_json(...): Converts the metadata into a json string.
get_metadata_buffer(...): Returns the metadata in the model file as a buffer.
get_path_to_datafile(...): Gets the path to the specified file in the data dependencies.