From 9623c8949c3c42e31f1ada27934514d7a428a64a Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 19 Oct 2024 04:39:44 -0700 Subject: [PATCH] [onert] Update NNFW C API Signed-off-by: Emmanuel Ferdman --- docs/howto/how-to-use-nnfw-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/how-to-use-nnfw-api.md b/docs/howto/how-to-use-nnfw-api.md index 1f7203999bd..1712e25a5fc 100644 --- a/docs/howto/how-to-use-nnfw-api.md +++ b/docs/howto/how-to-use-nnfw-api.md @@ -10,7 +10,7 @@ Please see [model2nnpkg](https://github.com/Samsung/ONE/tree/master/tools/nnpack ## Build app with NNFW API -Here are basic steps to build app with [NNFW C API](https://github.com/Samsung/ONE/blob/master/runtime/onert/api/include/nnfw.h) +Here are basic steps to build app with [NNFW C API](https://github.com/Samsung/ONE/blob/master/runtime/onert/api/nnfw/include/nnfw.h) 1) Initialize nnfw_session ``` c