Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify the features required for nativecpu testcases #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/训练营作业介绍.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
4. test_concat:依赖作业五
5. test_element_wise:依赖作业六
6. test_transpose:依赖作业二
7. test_nativecpu_concat:依赖作业一、作业五
8. test_nativecpu_elementwise:依赖作业一、作业六
9. test_nativecpu_transpose:依赖作业一、作业二
7. test_nativecpu_concat:依赖作业一、作业五、作业八
8. test_nativecpu_elementwise:依赖作业一、作业六、作业八
9. test_nativecpu_transpose:依赖作业一、作业二、作业八
10. test_matmul:依赖作业六、作业七
11. test_graph:依赖作业八

Expand Down Expand Up @@ -244,4 +244,4 @@ void GraphObj::optimize()
// 2. 合并算子(例如,矩阵乘算子中含有属性transA、transB,如果其输入存在transpose,且对最后两个维度做交换,就可以将transpose融入到矩阵乘算子的属性中去)
// =================================== 作业 ===================================
}
````
````
Loading