This is a near no-op.

PiperOrigin-RevId: 324973737
Change-Id: Id8a50959b16d9e5f1eff5471d978a9568cace521
This commit is contained in:
A. Unique TensorFlower 2020-08-05 01:12:02 -07:00 committed by TensorFlower Gardener
parent 0b84561324
commit b89e12c5a3

View File

@ -171,7 +171,7 @@ generated by the Android Studio ML Model Binding.
## Read the metadata from models
The Metadata Extractor library is a convinient tool to read the metadata and
The Metadata Extractor library is a convenient tool to read the metadata and
associated files from a models across different platforms (see the
[Java version](https://github.com/tensorflow/tflite-support/tree/master/tensorflow_lite_support/metadata)
and the C++ version is coming soon). Users can also build their own metadata
@ -198,7 +198,7 @@ information.
As long as the file identifer is satisfied, the metadata extractor will not fail
when reading metadata generated from an old or a future scheme due to the
Flatbuffers forward and backwards compatibility mechanism. But fields from
future shcemas cannot be extracted by older metadata extractors. The
future schemas cannot be extracted by older metadata extractors. The
[minimum necessary parser version](../convert/metadata.md#the-minimum-necessary-metadata-parser-version)
of the metadata indicates the minimum version of metadata parser that can read
the metadata Flatbuffers in full. You can use the following method to verify if