Skip to content

Commit 7ddb6ac

Browse files
committed
[WeeklyReport] youge325 2026.1.7~2026.1.18
1 parent 66ca41a commit 7ddb6ac

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
### 导师点评

0 commit comments

Comments
 (0)