Update AidLite SDK Development Documents.md
Browse files
AidLite SDK Development Documents.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
- [OS Environmental Description](#os_environmental_description)
|
6 |
- [Installation](#installation)
|
7 |
- [Tutorial](#tutorial)
|
8 |
-
- [API Documents](#
|
9 |
## Introduction
|
10 |
|
11 |
**AidLite SDK** (also called **AidSDK**) is the AI inference SDK encapsulated by Aplux. It is aim to use a unified API to load and inference AI model for various mainstream AI frameworks, and to be able to schedule various computing units of the hardware (CPU, GPU, NPU). AidLux SDK is part of the AI tool chain in the AIoT field launched by Aplux Company.
|
@@ -210,7 +210,7 @@ Download Android project and run demo:
|
|
210 |
- [AidLux SDK Sample(SNPE1.61)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE1.61).zip)
|
211 |
- [AidLux SDK Sample(SNPE2.10)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE2.10).zip)
|
212 |
|
213 |
-
## API
|
214 |
|
215 |
- [AidLite SDK C++](https://v2.docs.aidlux.com/sdk-api/aidlite-sdk/aidlite-c++)
|
216 |
- [AidLite SDK Python](https://v2.docs.aidlux.com/sdk-api/aidlite-sdk/aidlite-python)
|
|
|
5 |
- [OS Environmental Description](#os_environmental_description)
|
6 |
- [Installation](#installation)
|
7 |
- [Tutorial](#tutorial)
|
8 |
+
- [API Documents](#api_documents)
|
9 |
## Introduction
|
10 |
|
11 |
**AidLite SDK** (also called **AidSDK**) is the AI inference SDK encapsulated by Aplux. It is aim to use a unified API to load and inference AI model for various mainstream AI frameworks, and to be able to schedule various computing units of the hardware (CPU, GPU, NPU). AidLux SDK is part of the AI tool chain in the AIoT field launched by Aplux Company.
|
|
|
210 |
- [AidLux SDK Sample(SNPE1.61)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE1.61).zip)
|
211 |
- [AidLux SDK Sample(SNPE2.10)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE2.10).zip)
|
212 |
|
213 |
+
## API Documents
|
214 |
|
215 |
- [AidLite SDK C++](https://v2.docs.aidlux.com/sdk-api/aidlite-sdk/aidlite-c++)
|
216 |
- [AidLite SDK Python](https://v2.docs.aidlux.com/sdk-api/aidlite-sdk/aidlite-python)
|