From 3bf74be54a4dcfe9d845687d1fd2c0ae3ecabc11 Mon Sep 17 00:00:00 2001 From: Advait Jain Date: Tue, 6 Oct 2020 14:20:25 -0700 Subject: [PATCH] added link to the benchmarks readme. --- tensorflow/lite/micro/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/lite/micro/README.md b/tensorflow/lite/micro/README.md index a1a3ef32140..9f7ccf770a8 100644 --- a/tensorflow/lite/micro/README.md +++ b/tensorflow/lite/micro/README.md @@ -40,14 +40,14 @@ The following resources may also be useful: If you are interested in contributing code to TensorFlow Lite for Microcontrollers then please read our [contributions guide](CONTRIBUTING.md). -# Additional Documentation for the TFLM Internals -For developers that are intersted in more details of the internals of the +# Additional Documentation + +For developers that are interested in more details of the internals of the project, we have additional documentation in the [docs](docs/) folder. + * [Benchmarks](benchmarks/README.md) * [Memory Management](docs/memory_management.md) * [New Platform Support](docs/new_platform_support.md) - -