This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update readme
pull/7/head
wangzhengjun
4 years ago
parent
3b5cd91d09
commit
61e8d2c945
2 changed files
with
42 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+37
-2
README.md
+5
-0
RELEASE.md
+ 37
- 2
README.md
View File
@@ -1,8 +1,43 @@
# 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)。
## 许可证
+ 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
Write
Preview
Loading…
Cancel
Save