We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e7be9 commit 4a2ec44Copy full SHA for 4a2ec44
doc/mismatch_api_record.md
@@ -1,12 +1,16 @@
1
##### 记录PaddleCPPAPITest仓库检测出来的接口不一致情况
2
3
+# Allocator 类与 torch 存在差异
4
-1. Allocator类与torch存在差异
5
- 差异点 1: 构造函数参数默认值
6
- 差异点 2: 拷贝语义
7
- 差异点 3: get_deleter() 在默认构造后的返回值
8
- 差异点 4: clear() 后 get_deleter() 的行为
9
- 差异点 5: Device 类型和方法
10
- 差异点 6: allocation() 方法
+## 差异点列表
11
12
- 涉及到的PR:https://github.com/PFCCLab/PaddleCppAPITest/pull/42/changes#diff-c01b6db249bfc37591496432b46f774a297d197ab041a6fd1fe144ec363c9a85
+1. **构造函数参数默认值**
+2. **拷贝语义**
+3. **`get_deleter()` 在默认构造后的返回值**
+4. **`clear()` 后 `get_deleter()` 的行为**
+5. **Device 类型和方法**
+6. **`allocation()` 方法**
13
+
14
+---
15
16
+涉及到的 PR:https://github.com/PFCCLab/PaddleCppAPITest/pull/42/changes#diff
0 commit comments