Browse Source

update readme

pull/7/head
wangzhengjun 4 years ago
parent
commit
61e8d2c945
2 changed files with 42 additions and 2 deletions
  1. +37
    -2
      README.md
  2. +5
    -0
      RELEASE.md

+ 37
- 2
README.md View File

@@ -1,8 +1,43 @@
# Ascend CANN Parser # Ascend CANN Parser


## 介绍
Ascend CANN Parser(简称parser)配合TF_Adapter、 ATC工具、IR构图等使用,开发者通过以上工具,借助parser能方便地将第三方框架的算法表示转换成Ascend IR,充分利用昇腾AI处理器卓越的运算能力。
![parser系统框架](https://images.gitee.com/uploads/images/2020/1015/151426_71a73e7e_7876749.png "parser系统框架.PNG")


算子映射框架
## 安装

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)。


## 许可证 ## 许可证




+ 5
- 0
RELEASE.md View File

@@ -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

Loading…
Cancel
Save