Skip to content

Commit

Permalink
Fix broken tflite support project's links in the guide documents.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 322492499
  • Loading branch information
abattery authored and tflite-support-robot committed Jul 22, 2020
1 parent 4cd0551 commit 59cfb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_lite_support/codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Lite model with typed objects such as `Bitmap` and `Rect`.
The usefulness of the code generator depend on the completeness of the
TensorFlow Lite model's metadata entry. Refer to the `<Codegen usage>` section
under relevant fields in
[metadata_schema.fbs](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/experimental/support/metadata/metadata_schema.fbs),
[metadata_schema.fbs](https://github.com/tensorflow/tflite-support/blob/master/tensorflow_lite_support/metadata/metadata_schema.fbs),
to see how the codegen tool parses each field.

0 comments on commit 59cfb05

Please sign in to comment.