| @@ -1,8 +1,43 @@ | |||||
| # Ascend CANN Parser | # Ascend CANN Parser | ||||
| ## 介绍 | |||||
| Ascend CANN Parser(简称parser)配合TF_Adapter、 ATC工具、IR构图等使用,开发者通过以上工具,借助parser能方便地将第三方框架的算法表示转换成Ascend IR,充分利用昇腾AI处理器卓越的运算能力。 | |||||
|  | |||||
| 算子映射框架 | |||||
| ## 安装 | |||||
| parser以动态库的方式被调用。 | |||||
| ### 源码安装 | |||||
| 进行源码编译前,确保系统满足以下要求: | |||||
| - GCC >= 7.3.0 | |||||
| - CMake >= 3.14.0 | |||||
| - Autoconf >= 2.64 | |||||
| - Libtool >= 2.4.6 | |||||
| - Automake >= 1.15.1 | |||||
| #### 下载源码 | |||||
| ``` | |||||
| git clone https://gitee.com/ascend/parser.git | |||||
| cd parser | |||||
| ``` | |||||
| #### 源码编译 | |||||
| 在parser根目录执行以下命令编译: | |||||
| ``` | |||||
| // 正在补充 | |||||
| ``` | |||||
| ## 贡献 | |||||
| 欢迎参与贡献。 | |||||
| ## Release Notes | |||||
| Release Notes请参考[RELEASE](RELEASE.md)。 | |||||
| ## 许可证 | ## 许可证 | ||||
| @@ -0,0 +1,5 @@ | |||||
| # Release 0.1.0 | |||||
| This is the initial release of Ascend CANN Parser which was designed by the researchers and engineers in Huawei Technologies Co.,Ltd. | |||||
| ## Main features | |||||