File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
WeeklyReports/hackathon_10th/youge325 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ ### 姓名
2+
3+ 谢润明
4+
5+ ### 实习项目
6+
7+ Paddle C++ API生态兼容建设
8+
9+ ### 本周工作
10+
11+ 1 . ` TensorBase.h ` 下新增 ` sym_size(dim) ` ` sym_stride(dim) ` ` sym_sizes() ` ` sym_strides() ` ` sym_numel() ` 兼容接口
12+
13+ https://github.com/PaddlePaddle/Paddle/pull/77301
14+
15+ https://github.com/PFCCLab/PaddleCppAPITest/pull/18
16+
17+ 2 . ` TensorBase.h ` 下新增 ` is_same(other) ` ` use_count() ` ` weak_use_count() ` ` is_contiguous_or_false() ` ` toString() ` 兼容接口
18+
19+ https://github.com/PaddlePaddle/Paddle/pull/77388
20+
21+ https://github.com/PFCCLab/PaddleCppAPITest/pull/21
22+
23+ 3 . ` TensorBase.h ` 下新增 ` _is_zerotensor ` ` _set_zero ` ` is_conj ` ` _set_conj ` ` is_neg ` ` _set_neg ` 兼容接口
24+
25+ https://github.com/PaddlePaddle/Paddle/pull/77399
26+
27+ 4 . ` PaddleCppAPITest ` 仓库更新 ` TensorBase.h ` 文档
28+
29+ https://github.com/PFCCLab/PaddleCppAPITest/pull/15
30+
31+ ### 下周工作
32+
33+ 1 . 继续完善 ` TensorBase.h ` 头文件
34+
35+ ### 导师点评
You can’t perform that action at this time.
0 commit comments