From eeccae019aff72f7a45132b97bbf064ff7cac61a Mon Sep 17 00:00:00 2001 From: Anthony Scherba Date: Wed, 10 Jun 2020 12:48:10 -0400 Subject: [PATCH] Fixing broken links in documentation. --- tensorflow/lite/g3doc/microcontrollers/build_convert.md | 2 +- tensorflow/lite/g3doc/microcontrollers/library.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/lite/g3doc/microcontrollers/build_convert.md b/tensorflow/lite/g3doc/microcontrollers/build_convert.md index cf18b782765..89c2c00fd55 100644 --- a/tensorflow/lite/g3doc/microcontrollers/build_convert.md +++ b/tensorflow/lite/g3doc/microcontrollers/build_convert.md @@ -109,4 +109,4 @@ to run. We are working on expanding operation support, both in terms of reference implementations and optimizations for specific architectures. The supported operations can be seen in the file -[`all_ops_resolver.cc`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/kernels/all_ops_resolver.cc) +[`all_ops_resolver.cc`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/all_ops_resolver.cc) diff --git a/tensorflow/lite/g3doc/microcontrollers/library.md b/tensorflow/lite/g3doc/microcontrollers/library.md index 945b91b8078..d80e23e1c05 100644 --- a/tensorflow/lite/g3doc/microcontrollers/library.md +++ b/tensorflow/lite/g3doc/microcontrollers/library.md @@ -22,7 +22,7 @@ within various embedded development environments. The most important files for using the TensorFlow Lite for Microcontrollers interpreter are located in the root of the project, accompanied by tests: -- [`all_ops_resolver.h`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/kernels/all_ops_resolver.h) +- [`all_ops_resolver.h`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/all_ops_resolver.h) or [`micro_mutable_op_resolver.h`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/micro_mutable_op_resolver.h) can be used to provide the operations used by the interpreter to run the