Back to Tensorflow

MetadataParser

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/support/metadata/MetadataParser.html

2.21.01.3 KB
Original Source

public final class MetadataParser

Information about the metadata parser that this metadata extractor library is depending on.

Constants

| String | VERSION | The version of the metadata parser that this metadata extractor library is depending on. |

Inherited Methods

From class java.lang.Object

| boolean | equals(Object arg0) | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |

Constants

public static final String VERSION

The version of the metadata parser that this metadata extractor library is depending on. The value should match the value of "Schema Semantic version" in metadata_schema.fbs.

Constant Value: "1.5.0"