Fixing broken links in documentation.

This commit is contained in:
Anthony Scherba 2020-06-10 12:48:10 -04:00
parent f2306d9f25
commit eeccae019a
2 changed files with 2 additions and 2 deletions

View File

@ -109,4 +109,4 @@ to run. We are working on expanding operation support, both in terms of
reference implementations and optimizations for specific architectures. reference implementations and optimizations for specific architectures.
The supported operations can be seen in the file 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)

View File

@ -22,7 +22,7 @@ within various embedded development environments.
The most important files for using the TensorFlow Lite for Microcontrollers The most important files for using the TensorFlow Lite for Microcontrollers
interpreter are located in the root of the project, accompanied by tests: 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 or
[`micro_mutable_op_resolver.h`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/micro_mutable_op_resolver.h) [`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 can be used to provide the operations used by the interpreter to run the