====================== Zhouyi NPU Tutorials ====================== Zhouyi Compass is the software development kit(SDK) for the Arm China Zhouyi NPU. This Tutorials is based on this talk: - video: https://aijishu.com/l/1110000000502780 - slide: https://aijishu.com/file/1090000000504140?articleId=1060000000503879. Compass SDK Overview ---------------------- We'll start with a hardware architecture overview, then move to the AIPUBuilder overview, and finally, inspect the structure of our Compass IR. .. toctree:: :maxdepth: 2 0_radxa_origin_o6 1_zhouyi_npu_architecture 2_aipubuilder_overview 3_compass_ir_overview AIPUBuilder Quick Started -------------------------- In this section, we can install the AIPUBuilder and run a demo quickly. .. toctree:: :maxdepth: 2 4_aipubuilder_install 5_run_a_demo_mobilenetv3 AIPUBuilder Python API -------------------------- For developper, you can get a overview of python API provided in AIPUBuilder. .. toctree:: :maxdepth: 2 6_aipubuilder_python_package_intro 7_aipubuiler_python_api AIPUBuilder Extend -------------------------- In the final chapter, we will explore how to expand each module, which is part of the advanced topics. Readers are encouraged to read according to their needs. .. toctree:: :maxdepth: 2 8_plugin You can refer to the Opensource link of ARM China NPU. .. toctree:: :maxdepth: 1 9_link