From 104f41e38ef45e32898b1799127043c5b4eb687e Mon Sep 17 00:00:00 2001 From: wangchuanxia Date: Sun, 18 Feb 2024 16:21:56 +0800 Subject: [PATCH 1/2] fix readme Signed-off-by: wangchuanxia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73a49d0..9977a64 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ In the root directory of the OpenHarmony source code, call the following command ### API Description -- [Native API reference](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/native-apis/_neural_network_runtime.md) +- [Native API reference](https://gitee.com/openharmony/docs/tree/master/zh-cn/application-dev/reference/apis-neural-network-runtime-kit) - [HDI API reference](https://gitee.com/openharmony/drivers_interface/tree/master/nnrt) ### How to Use @@ -59,5 +59,5 @@ In the root directory of the OpenHarmony source code, call the following command ## Repositories Involved -- [**neural_network_runtime**](https://gitee.com/openharmony/neural_network_runtime) +- [neural_network_runtime](https://gitee.com/openharmony/neural_network_runtime) - [third_party_mindspore](https://gitee.com/openharmony/third_party_mindspore) -- Gitee From 959797b4a784229514a71a0e1dcaf83c324c14e0 Mon Sep 17 00:00:00 2001 From: wangchuanxia Date: Sun, 18 Feb 2024 16:22:59 +0800 Subject: [PATCH 2/2] fix readme Signed-off-by: wangchuanxia --- README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh.md b/README_zh.md index c60d05d..4b5d4bd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -49,7 +49,7 @@ Neural Network Runtime与MindSpore Lite使用MindIR统一模型的中间表达 ### 接口说明 -- Native接口文档请参考:[Native接口](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/native-apis/_neural_nework_runtime.md)。 +- Native接口文档请参考:[Native接口](https://gitee.com/openharmony/docs/tree/master/zh-cn/application-dev/reference/apis-neural-network-runtime-kit)。 - HDI接口文档请参考:[HDI接口](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/reference/hdi-apis/_n_n_rt.md)。 ### 使用说明 @@ -59,5 +59,5 @@ Neural Network Runtime与MindSpore Lite使用MindIR统一模型的中间表达 ## 相关仓 -- [**neural_network_runtime**](https://gitee.com/openharmony/neural_network_runtime) +- [neural_network_runtime](https://gitee.com/openharmony/neural_network_runtime) - [third_party_mindspore](https://gitee.com/openharmony/third_party_mindspore) -- Gitee