-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
325 lines (319 loc) · 27.5 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
site_name: Document Center
repo_url: https://github.com/kneron/document_center
# repo_name: Github
theme:
name: 'windmill'
custom_dir: 'custom_theme/'
markdown_extensions:
- pymdownx.betterem:
smart_enable: all
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tilde
nav:
- Kneron AI: index.md
- Kneron PLUS 3 - C:
- Index: plus_c/README.md
- Getting Started: plus_c/getting_started.md
- Introduction:
- Index: plus_c/introduction/index.md
- Introduction: plus_c/introduction/introduction.md
- Install Dependency: plus_c/introduction/install_dependency.md
- Upgrade AI Device To KDP2: plus_c/introduction/upgrade_ai_device_to_kdp2.md
- Write Model To Flash: plus_c/introduction/write_model_to_flash.md
- Build Kneron PLUS: plus_c/introduction/build_plus.md
- Run Examples: plus_c/introduction/run_examples.md
- Run Examples for Enterprise: plus_c/introduction/run_examples_enterprise.md
- Feature Guide:
- Index: plus_c/feature_guide/index.md
- Generic Inference API: plus_c/feature_guide/generic_inference.md
- Customized API:
- Index: plus_c/feature_guide/customized_api/index.md
- Introduction: plus_c/feature_guide/customized_api/introduction.md
- Install Dependency: plus_c/feature_guide/customized_api/install_dependency.md
- Create Single Model Example for KL520: plus_c/feature_guide/customized_api/create_kl520_single_model_example.md
- Create Multiple Models Example for KL520: plus_c/feature_guide/customized_api/create_kl520_multiple_models_example.md
- Create Single Model Example for KL630: plus_c/feature_guide/customized_api/create_kl630_single_model_example.md
- Create Multiple Models Example for KL630: plus_c/feature_guide/customized_api/create_kl630_multiple_models_example.md
- Create Single Model Example for KL720: plus_c/feature_guide/customized_api/create_kl720_single_model_example.md
- Create Multiple Model Example for KL720: plus_c/feature_guide/customized_api/create_kl720_multiple_models_example.md
- Create Single Model Example for KL730: plus_c/feature_guide/customized_api/create_kl730_single_model_example.md
- Create Multiple Model Example for KL730: plus_c/feature_guide/customized_api/create_kl730_multiple_models_example.md
- NCPU Firmware Configuration: plus_c/feature_guide/customized_api/ncpu_firmware_configuration.md
- Run Customized Examples: plus_c/feature_guide/customized_api/run_customized_examples.md
- Device DDR Management: plus_c/feature_guide/device_ddr_management.md
- Model Zoo:
- Introduction: plus_c/modelzoo/index.md
- Migrate to Kneron PLUS 3:
- Index: plus_c/api_migration/index.md
- V1.x, V2.x and V3 APIs Mapping Table: plus_c/api_migration/api_migration_mapping_table.md
- Migrate to Kneron PLUS 3: plus_c/api_migration/api_migration.md
- Compatible with V1.x API: plus_c/api_migration/api_compatible_legacy.md
- Release Note:
- Index: plus_c/release_note/index.md
- Version 3:
- V3.1.0 (Latest Version): plus_c/release_note/v3/v3_1_0.md
- V3.0.0: plus_c/release_note/v3/v3_0_0.md
- Version 2:
- V2.3.0: plus_c/release_note/v2/v2_3_0.md
- V2.2.0: plus_c/release_note/v2/v2_2_0.md
- V2.1.0: plus_c/release_note/v2/v2_1_0.md
- V2.0.1: plus_c/release_note/v2/v2_0_1.md
- V2.0.0: plus_c/release_note/v2/v2_0_0.md
- Version 1:
- V1.3.0: plus_c/release_note/v1/v1_3_0.md
- Appendix:
- Index: plus_c/appendix/index.md
- Supported NPU Data Layout Format: plus_c/appendix/supported_npu_data_layout_format.md
- Supported Image Format: plus_c/appendix/supported_image_format.md
- NPU Raw Output Memory Layout: plus_c/appendix/npu_raw_output_memory_layout.md
- Yolo Object Name Mapping: plus_c/appendix/yolo_object_name_mapping.md
- API Reference:
- v3.1.x:
- Data Structure: plus_c_api/api_reference_3.1.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_3.1.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_3.1.x/kp_inference.h.md
- (legacy)Data Structure: plus_c_api/api_reference_3.1.x/kp_struct_v1.h.md
- (legacy)Inference API: plus_c_api/api_reference_3.1.x/kp_inference_v1.h.md
- Archive:
- v3.0.x:
- Data Structure: plus_c_api/api_reference_3.0.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_3.0.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_3.0.x/kp_inference.h.md
- (legacy)Data Structure: plus_c_api/api_reference_3.0.x/kp_struct_v1.h.md
- (legacy)Inference API: plus_c_api/api_reference_3.0.x/kp_inference_v1.h.md
- v2.3.x-alpha:
- Data Structure: plus_c_api/api_reference_2.3.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_2.3.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_2.3.x/kp_inference.h.md
- (legacy)Data Structure: plus_c_api/api_reference_2.3.x/kp_struct_v1.h.md
- (legacy)Inference API: plus_c_api/api_reference_2.3.x/kp_inference_v1.h.md
- v2.2.x:
- Data Structure: plus_c_api/api_reference_2.2.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_2.2.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_2.2.x/kp_inference.h.md
- (legacy)Data Structure: plus_c_api/api_reference_2.2.x/kp_struct_v1.h.md
- (legacy)Inference API: plus_c_api/api_reference_2.2.x/kp_inference_v1.h.md
- v2.1.x:
- Data Structure: plus_c_api/api_reference_2.1.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_2.1.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_2.1.x/kp_inference.h.md
- (legacy)Data Structure: plus_c_api/api_reference_2.1.x/kp_struct_v1.h.md
- (legacy)Inference API: plus_c_api/api_reference_2.1.x/kp_inference_v1.h.md
- v2.0.x:
- Data Structure: plus_c_api/api_reference_2.0.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_2.0.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_2.0.x/kp_inference.h.md
- (legacy)Data Structure: plus_c_api/api_reference_2.0.x/kp_struct_v1.h.md
- (legacy)Inference API: plus_c_api/api_reference_2.0.x/kp_inference_v1.h.md
- v1.3.x:
- Data Structure: plus_c_api/api_reference_1.3.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_1.3.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_1.3.x/kp_inference.h.md
- v1.2.x:
- Data Structure: plus_c_api/api_reference_1.2.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_1.2.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_1.2.x/kp_inference.h.md
- v1.1.x:
- Data Structure: plus_c_api/api_reference_1.1.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_1.1.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_1.1.x/kp_inference.h.md
- v1.0.x:
- Data Structure: plus_c_api/api_reference_1.0.x/kp_struct.h.md
- Core API: plus_c_api/api_reference_1.0.x/kp_core.h.md
- Inference API: plus_c_api/api_reference_1.0.x/kp_inference.h.md
- Kneron PLUS 3 - Python:
- Index: plus_python/README.md
- Getting Started: plus_python/getting_start.md
- Introduction:
- Index: plus_python/introduction/index.md
- Introduction: plus_python/introduction/introduction.md
- Install Dependency: plus_python/introduction/install_dependency.md
- Upgrade AI Device To KDP2: plus_python/introduction/upgrade_ai_device_to_kdp2.md
- Write Model To Flash: plus_python/introduction/write_model_to_flash.md
- Run Examples: plus_python/introduction/run_examples.md
- Run Examples for Enterprise: plus_python/introduction/run_examples_enterprise.md
- Feature Guide:
- Index: plus_python/feature_guide/index.md
- Generic Inference: plus_python/feature_guide/chapter/generic_inference.md
- Device DDR Management: plus_python/feature_guide/chapter/device_ddr_management.md
- Tutorial:
- Index: plus_python/tutorial/index.md
- Quick Start: plus_python/tutorial/chapter/quickstart.md
- Get Kneron PLUS Version: plus_python/tutorial/chapter/get_kneron_plus_version.md
- Scan All Kneron Device: plus_python/tutorial/chapter/scan_all_kneron_device.md
- Connect to Kneron device: plus_python/tutorial/chapter/connect_device.md
- Upload SCPU/NCPU Firmware: plus_python/tutorial/chapter/upload_firmware.md
- Load NEF Model: plus_python/tutorial/chapter/load_nef_model.md
- Get System Information on Kneron Device: plus_python/tutorial/chapter/get_system_information.md
- Get Model Information on Kneron Device: plus_python/tutorial/chapter/get_model_information.md
- Model Inference:
- Image Inference: plus_python/tutorial/chapter/model_inference_with_image_inference.md
- Data Inference: plus_python/tutorial/chapter/model_inference_with_data_inference.md
- Retrieve Node Mode: plus_python/tutorial/chapter/model_inference_with_different_retrieve_node_mode.md
- Advance:
- Inference on Cropped Regions: plus_python/tutorial/chapter/model_inference_with_inference_on_cropped_regions.md
- Inference with Drop Frame: plus_python/tutorial/chapter/model_inference_with_inference_with_drop_frame.md
- Model Zoo:
- Index: plus_python/modelzoo/index.md
- Migrate to Kneron PLUS 3:
- Index: plus_python/api_migration/index.md
- V1.x, V2.x and V3 APIs Mapping Table: plus_python/api_migration/chapter/api_migration_mapping_table.md
- Migrate to Kneron PLUS 3: plus_python/api_migration/chapter/api_migration.md
- Compatible with V1.x API: plus_python/api_migration/chapter/api_compatible_legacy.md
- API Document:
- Index: plus_python/api_document/index.md
- V3.1.0 (Latest Version):
- Index: plus_python/api_document/V3.1.0/index.md
- kp.core: plus_python/api_document/V3.1.0/kp/core.md
- kp.inference: plus_python/api_document/V3.1.0/kp/inference.md
- kp value: plus_python/api_document/V3.1.0/kp/value.md
- kp enum: plus_python/api_document/V3.1.0/kp/enum.md
- kp exception: plus_python/api_document/V3.1.0/kp/exception.md
- kp const: plus_python/api_document/V3.1.0/kp/const.md
- kp.v1 (Legacy Module):
- kp.v1.inference: plus_python/api_document/V3.1.0/kp/v1/inference.md
- kp.v1 value: plus_python/api_document/V3.1.0/kp/v1/value.md
- V3.0.0:
- Index: plus_python/api_document/V3.0.0/index.md
- kp.core: plus_python/api_document/V3.0.0/kp/core.md
- kp.inference: plus_python/api_document/V3.0.0/kp/inference.md
- kp value: plus_python/api_document/V3.0.0/kp/value.md
- kp enum: plus_python/api_document/V3.0.0/kp/enum.md
- kp exception: plus_python/api_document/V3.0.0/kp/exception.md
- kp const: plus_python/api_document/V3.0.0/kp/const.md
- kp.v1 (Legacy Module):
- kp.v1.inference: plus_python/api_document/V3.0.0/kp/v1/inference.md
- kp.v1 value: plus_python/api_document/V3.0.0/kp/v1/value.md
- V2.3.0:
- Index: plus_python/api_document/V2.3.0/index.md
- kp.core: plus_python/api_document/V2.3.0/kp/core.md
- kp.inference: plus_python/api_document/V2.3.0/kp/inference.md
- kp value: plus_python/api_document/V2.3.0/kp/value.md
- kp enum: plus_python/api_document/V2.3.0/kp/enum.md
- kp exception: plus_python/api_document/V2.3.0/kp/exception.md
- kp const: plus_python/api_document/V2.3.0/kp/const.md
- kp.v1 (Legacy Module):
- kp.v1.inference: plus_python/api_document/V2.3.0/kp/v1/inference.md
- kp.v1 value: plus_python/api_document/V2.3.0/kp/v1/value.md
- V2.2.0:
- Index: plus_python/api_document/V2.2.0/index.md
- kp.core: plus_python/api_document/V2.2.0/kp/core.md
- kp.inference: plus_python/api_document/V2.2.0/kp/inference.md
- kp value: plus_python/api_document/V2.2.0/kp/value.md
- kp enum: plus_python/api_document/V2.2.0/kp/enum.md
- kp exception: plus_python/api_document/V2.2.0/kp/exception.md
- kp const: plus_python/api_document/V2.2.0/kp/const.md
- kp.v1 (Legacy Module):
- kp.v1.inference: plus_python/api_document/V2.2.0/kp/v1/inference.md
- kp.v1 value: plus_python/api_document/V2.2.0/kp/v1/value.md
- V2.1.0:
- Index: plus_python/api_document/V2.1.0/index.md
- kp.core: plus_python/api_document/V2.1.0/kp/core.md
- kp.inference: plus_python/api_document/V2.1.0/kp/inference.md
- kp value: plus_python/api_document/V2.1.0/kp/value.md
- kp enum: plus_python/api_document/V2.1.0/kp/enum.md
- kp exception: plus_python/api_document/V2.1.0/kp/exception.md
- kp const: plus_python/api_document/V2.1.0/kp/const.md
- kp.v1 (Legacy Module):
- kp.v1.inference: plus_python/api_document/V2.1.0/kp/v1/inference.md
- kp.v1 value: plus_python/api_document/V2.1.0/kp/v1/value.md
- V2.0.0:
- Index: plus_python/api_document/V2.0.0/index.md
- kp.core: plus_python/api_document/V2.0.0/kp/core.md
- kp.inference: plus_python/api_document/V2.0.0/kp/inference.md
- kp value: plus_python/api_document/V2.0.0/kp/value.md
- kp enum: plus_python/api_document/V2.0.0/kp/enum.md
- kp exception: plus_python/api_document/V2.0.0/kp/exception.md
- kp const: plus_python/api_document/V2.0.0/kp/const.md
- kp.v1 (Legacy Module):
- kp.v1.inference: plus_python/api_document/V2.0.0/kp/v1/inference.md
- kp.v1 value: plus_python/api_document/V2.0.0/kp/v1/value.md
- V1.3.0:
- Index: plus_python/api_document/V1.3.0/index.md
- kp.core: plus_python/api_document/V1.3.0/kp/core.md
- kp.inference: plus_python/api_document/V1.3.0/kp/inference.md
- kp value: plus_python/api_document/V1.3.0/kp/value.md
- kp enum: plus_python/api_document/V1.3.0/kp/enum.md
- kp exception: plus_python/api_document/V1.3.0/kp/exception.md
- kp const: plus_python/api_document/V1.3.0/kp/const.md
- Release Note:
- Index: plus_c/release_note/index.md
- Version 3:
- V3.1.0 (Latest Version): plus_c/release_note/v3/v3_1_0.md
- V3.0.0: plus_c/release_note/v3/v3_0_0.md
- Version 2:
- V2.3.0: plus_c/release_note/v2/v2_3_0.md
- V2.2.0: plus_c/release_note/v2/v2_2_0.md
- V2.1.0: plus_c/release_note/v2/v2_1_0.md
- V2.0.1: plus_c/release_note/v2/v2_0_1.md
- V2.0.0: plus_c/release_note/v2/v2_0_0.md
- Version 1:
- V1.3.0: plus_c/release_note/v1/v1_3_0.md
- Appendix:
- Index: plus_c/appendix/index.md
- API Support List: plus_c/appendix/api_support_list.md
- Supported NPU Data Layout Format: plus_c/appendix/supported_npu_data_layout_format.md
- Supported Image Format: plus_c/appendix/supported_image_format.md
- Yolo Object Name Mapping: plus_c/appendix/yolo_object_name_mapping.md
- Firmware SDK:
- KL520 SDK:
- v2.2.x: 520_2.2.0/introduction.md
- Archive:
- v2.1.x: 520_2.1.0/introduction.md
- v2.0.x: 520_2.0.0/introduction.md
- v1.7.x: 520_1.7.0/introduction.md
- v1.6.x: 520_1.6.0/introduction.md
- v1.5.0.0: 520_1.5.0.0/getting_start.md
- v1.4.0.0: 520_1.4.0.0/getting_start.md
- v1.3.0.0: 520_1.3.0.0/getting_start.md
- KL720 SDK:
- v2.2.x: 720_2.2.0/introduction.md
- Archive:
- v2.1.x: 720_2.1.0/introduction.md
- v2.0.x: 720_2.0.0/introduction.md
- v1.5.x: 720_1.5.0/introduction.md
- v1.4.x: 720_1.4.0/introduction.md
- v1.3.0: 720_1.3.0/getting_start_720.md
- v1.1.0: 720_1.1.0/getting_start_720.md
- Archived-Host API Reference:
- v1.0.0:
- Host API Reference: host_lib_1.0.0/kdp_host.h.md
- v0.9.0:
- Host API reference: host_lib_0.9.0/host_api_reference.md
- v0.8.0:
- Host API Intro: host_lib_0.8.0/host_api_reference.md
- Host API reference: host_lib_0.8.0/host_api/app_api.md
- DME API reference: host_lib_0.8.0/host_api/dme_api.md
- ISI API reference: host_lib_0.8.0/host_api/isi_api.md
- System API reference: host_lib_0.8.0/host_api/system.md
- Toolchain Docker Manual:
- 1. Toolchain Manual Overview: toolchain/manual_1_overview.md
- 2. Toolchain Deployment: toolchain/manual_2_deploy.md
- 3. Floating-Point Model Preparation: toolchain/manual_3_onnx.md
- 4. Fixed-Point Model Generation: toolchain/manual_4_bie.md
- 5. Compilation: toolchain/manual_5_nef.md
- Appendix:
- End to End Simulator: toolchain/appendix/app_flow_manual.md
- Hardware Performance: toolchain/appendix/performance.md
- Hardware Supported Operators: toolchain/appendix/operators.md
- How to Interpret Fixed-Point Report: toolchain/appendix/fx_report.md
- Kneronnxopt: toolchain/appendix/kneronnxopt.md
- ONNX Converter: toolchain/appendix/converters.md
- Script Tools: toolchain/appendix/command_line.md
- Toolchain History: toolchain/appendix/history.md
- Web GUI: toolchain/appendix/toolchain_webgui.md
- NEF Utils Guide: toolchain/appendix/nef_utils_guide.md
- Yolo Example: toolchain/appendix/yolo_example.md
- Yolo Example (With In-Model Preprocess): toolchain/appendix/yolo_example_InModelPreproc_trick.md
- Quantization:
- 1 Introdution to Post-training Quantization: toolchain/quantization/1.1_Introdution_to_Post-training_Quantization.md
- 2 Post-training Quantization(PTQ) Flow and Steps: toolchain/quantization/1.2_Flow_and_Steps.md
- Model Training Material:
- Model List: model_training/index.md
- Evaluation Result: model_training/evaluation.md
extra:
logo: 'imgs/logo.png'
plugins:
# - pdf-export
- search