qc903113684 commited on
Commit
637828b
·
verified ·
1 Parent(s): d3eb3f5

Update AidLite SDK Development Documents.md

Browse files
AidLite SDK Development Documents.md CHANGED
@@ -5,6 +5,7 @@
5
  - [OS Environmental Description](#os_environmental_description)
6
  - [Installation](#installation)
7
  - [Tutorial](#tutorial)
 
8
  ## Introduction
9
 
10
  **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.
@@ -208,3 +209,9 @@ Download Android project and run demo:
208
 
209
  - [AidLux SDK Sample(SNPE1.61)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE1.61).zip)
210
  - [AidLux SDK Sample(SNPE2.10)](https://aidlux-files.oss-cn-shenzhen.aliyuncs.com/aid-sdk/sample/AidSDKSample(SNPE2.10).zip)
 
 
 
 
 
 
 
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.
 
209
 
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)
217
+ - [AidLite SDK Android](https://v2.docs.aidlux.com/sdk-api/aidlite-sdk/aidlite-android)