tflite_support.metadata_writers.metadata_info.GeneralMd

A container for common metadata information of a model.

name name of the model.
version version of the model.
description description of what the model does.
author author of the model.
licenses licenses of the model.

Methods

create_metadata

View source

Creates the model metadata based on the general model information.

Returns
A Flatbuffers Python object of the model metadata.