You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 939 B

4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Ascend CANN Parser
  2. Ascend CANN Parser(简称parser)配合TF_Adapter、 ATC工具、IR构图等使用,开发者通过以上工具,借助parser能方便地将第三方框架的算法表示转换成Ascend IR,充分利用昇腾AI处理器卓越的运算能力。
  3. ![parser系统框架](https://images.gitee.com/uploads/images/2020/1015/151426_71a73e7e_7876749.png "parser系统框架.PNG")
  4. ## 安装
  5. parser以动态库的方式被调用。
  6. ### 源码安装
  7. 进行源码编译前,确保系统满足以下要求:
  8. - GCC >= 7.3.0
  9. - CMake >= 3.14.0
  10. - Autoconf >= 2.64
  11. - Libtool >= 2.4.6
  12. - Automake >= 1.15.1
  13. #### 下载源码
  14. ```
  15. git clone https://gitee.com/ascend/parser.git
  16. cd parser
  17. ```
  18. #### 源码编译
  19. 在parser根目录执行以下命令编译:
  20. ```
  21. // 正在补充
  22. ```
  23. ## 贡献
  24. 欢迎参与贡献。
  25. ## Release Notes
  26. Release Notes请参考[RELEASE](RELEASE.md)。
  27. ## 许可证
  28. [Apache License 2.0](LICENSE)

Ascend CANN Parser(简称parser)配合TF_Adapter、 ATC工具、IR构图等使用,开发者通过以上工具,借助parser能方便地将第三方框架的算法表示转换成Ascend IR,充分利用昇腾AI处理器卓越的运算能力