Skip to content

Commit af8f349

Browse files
committed
deepxIR:ir列表
1 parent 5502d93 commit af8f349

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/deepxIR/ir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#deepx IR设计说明
1+
# deepx IR设计说明
22

33
1.除了newtensor以外,其他IR均不创建新的张量,而是引用已有的张量
44
2.IR的输入输出均使用张量名,而不是张量指针(后期IR可能支持直接用值)
55
3.命名,t开头为张量名,a开头为参数名,v开头为vector名
66
4.backward需要指令触发,箭头方向为<-,同时需要指定所有grad张量名
77
5.这份IR均为基本IR,也就是最基础的IR。如relu这类组合IR(可以用max_scalar实现的),则不会出现在这里
88

9-
##IR列表
9+
## IR列表
1010

1111
## 单向IR(不支持backward)
1212

0 commit comments

Comments
 (0)