summaryrefslogtreecommitdiff
path: root/docs/use_cases/inference_runner.md
diff options
context:
space:
mode:
authorCisco Cervellera <cisco.cervellera@arm.com>2021-11-16 09:54:20 +0000
committerCisco Cervellera <cisco.cervellera@arm.com>2021-11-16 09:54:20 +0000
commite7a0393973a1a1c1ed05b1bf1838fe931416890a (patch)
tree8127d74bf1024ee6f45a07100216162d346ae2a2 /docs/use_cases/inference_runner.md
parentb52b585f1c9ee3f2800fa51f3031117ed1396abd (diff)
downloadml-embedded-evaluation-kit-e7a0393973a1a1c1ed05b1bf1838fe931416890a.tar.gz
MLECO-2520: Change md files to have correct file links
Change-Id: I3ec18583c321eb2815a670d56f4958e610331d6d
Diffstat (limited to 'docs/use_cases/inference_runner.md')
-rw-r--r--docs/use_cases/inference_runner.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/use_cases/inference_runner.md b/docs/use_cases/inference_runner.md
index 2b2013c..01bf4d0 100644
--- a/docs/use_cases/inference_runner.md
+++ b/docs/use_cases/inference_runner.md
@@ -1,18 +1,18 @@
# Inference Runner Code Sample
-- [Inference Runner Code Sample](#inference-runner-code-sample)
- - [Introduction](#introduction)
- - [Prerequisites](#prerequisites)
- - [Building the Code Samples application from sources](#building-the-code-samples-application-from-sources)
- - [Build options](#build-options)
- - [Build process](#build-process)
- - [Add custom model](#add-custom-model)
- - [Setting up and running Ethos-U NPU code sample](#setting-up-and-running-ethos_u-npu-code-sample)
- - [Setting up the Ethos-U NPU Fast Model](#setting-up-the-ethos_u-npu-fast-model)
- - [Starting Fast Model simulation](#starting-fast-model-simulation)
- - [Running Inference Runner](#running-inference-runner)
- - [Building with dynamic model load capability](#building-with-dynamic-model-load-capability)
- - [Running the FVP with dynamic model loading](#running-the-fvp-with-dynamic-model-loading)
+- [Inference Runner Code Sample](./inference_runner.md#inference-runner-code-sample)
+ - [Introduction](./inference_runner.md#introduction)
+ - [Prerequisites](./inference_runner.md#prerequisites)
+ - [Building the Code Samples application from sources](./inference_runner.md#building-the-code-samples-application-from-sources)
+ - [Build options](./inference_runner.md#build-options)
+ - [Build process](./inference_runner.md#build-process)
+ - [Add custom model](./inference_runner.md#add-custom-model)
+ - [Setting up and running Ethos-U NPU code sample](./inference_runner.md#setting-up-and-running-ethos_u-npu-code-sample)
+ - [Setting up the Ethos-U NPU Fast Model](./inference_runner.md#setting-up-the-ethos_u-npu-fast-model)
+ - [Starting Fast Model simulation](./inference_runner.md#starting-fast-model-simulation)
+ - [Running Inference Runner](./inference_runner.md#running-inference-runner)
+ - [Building with dynamic model load capability](./inference_runner.md#building-with-dynamic-model-load-capability)
+ - [Running the FVP with dynamic model loading](./inference_runner.md#running-the-fvp-with-dynamic-model-loading)
## Introduction
@@ -57,7 +57,7 @@ following:
- `inference_runner_ACTIVATION_BUF_SZ`: The intermediate, or activation, buffer size reserved for the NN model. By
default, it is set to 2MiB and is enough for most models.
-- `inference_runner_DYNAMIC_MEM_LOAD_ENABLED`: This can be set to ON or OFF, to allow dynamic model load capability for use with MPS3 FVPs. See section [Building with dynamic model load capability](#building-with-dynamic-model-load-capability) below for more details.
+- `inference_runner_DYNAMIC_MEM_LOAD_ENABLED`: This can be set to ON or OFF, to allow dynamic model load capability for use with MPS3 FVPs. See section [Building with dynamic model load capability](./inference_runner.md#building-with-dynamic-model-load-capability) below for more details.
To build **ONLY** the Inference Runner example application, add `-DUSE_CASE_BUILD=inferece_runner` to the `cmake`
command line, as specified in: [Building](../documentation.md#Building).