Skip to content

Commit 4a2ec44

Browse files
authored
Update mismatch_api_record.md (#45)
1 parent 79e7be9 commit 4a2ec44

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

doc/mismatch_api_record.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
##### 记录PaddleCPPAPITest仓库检测出来的接口不一致情况
22

3+
# Allocator 类与 torch 存在差异
34

4-
1. Allocator类与torch存在差异
5-
差异点 1: 构造函数参数默认值
6-
差异点 2: 拷贝语义
7-
差异点 3: get_deleter() 在默认构造后的返回值
8-
差异点 4: clear() 后 get_deleter() 的行为
9-
差异点 5: Device 类型和方法
10-
差异点 6: allocation() 方法
5+
## 差异点列表
116

12-
涉及到的PR:https://github.com/PFCCLab/PaddleCppAPITest/pull/42/changes#diff-c01b6db249bfc37591496432b46f774a297d197ab041a6fd1fe144ec363c9a85
7+
1. **构造函数参数默认值**
8+
2. **拷贝语义**
9+
3. **`get_deleter()` 在默认构造后的返回值**
10+
4. **`clear()``get_deleter()` 的行为**
11+
5. **Device 类型和方法**
12+
6. **`allocation()` 方法**
13+
14+
---
15+
16+
涉及到的 PR:https://github.com/PFCCLab/PaddleCppAPITest/pull/42/changes#diff

0 commit comments

Comments
 (0)