From 907f6b54e7a96f66651498122390cc1ac8dc81cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=84=9C=EC=83=81=EB=AF=BC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Mon, 14 May 2018 17:07:11 +0900 Subject: [PATCH] Update the link to NeuralNetworks.h in the HLD doc (#1196) After updating the source tree structure, the link to NeuralNetworks.h in the HLD doc was broken. This patch fixes the broken link. Signed-off-by: Sangmin Seo --- docs/project/2018_high_level_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/2018_high_level_design.md b/docs/project/2018_high_level_design.md index b82f2b1..7be495b 100644 --- a/docs/project/2018_high_level_design.md +++ b/docs/project/2018_high_level_design.md @@ -75,5 +75,5 @@ The figure above depicts the execution flow from the user input to the inference - Public API for NN Runtime is the same as Android NN API that is provided in [Android oreo-m2-release](https://android.googlesource.com/platform/frameworks/ml/+/oreo-m2-release). - The API is defined in - [NeuralNetworks.h](https://github.sec.samsung.net/STAR/nnfw/blob/master/src/runtime/ref/nn/runtime/include/NeuralNetworks.h). + [NeuralNetworks.h](../../include/NeuralNetworks.h). -- 2.7.4