Skip to content

Commit 396e996

Browse files
committed
update
1 parent 48cb3ca commit 396e996

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/tensor_base.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
| `device()` ||| P0 | 返回 Device |
8282
| `get_device()` ||| P0 | 返回设备索引 |
8383
| `options()` ||| P0 | 返回 TensorOptions |
84-
| `layout()` | 🚧 | 🚧 | P2 | 返回 Layout |
84+
| `layout()` | | 🚧 | P2 | 返回 Layout |
8585
| `key_set()` | - [ ] | - [ ] | P3 | DispatchKeySet |
8686

8787
---
@@ -112,7 +112,7 @@
112112
| `defined()` ||| P0 | 是否已定义 |
113113
| `is_contiguous()` ||| P0 | 连续性检查 |
114114
| `sym_is_contiguous()` | - [ ] | - [ ] | P3 | 符号化连续性检查 |
115-
| `is_contiguous_or_false()` | - [ ] | - [ ] | P3 | |
115+
| `is_contiguous_or_false()` | 🚧 | 🚧 | P3 | |
116116
| `is_non_overlapping_and_dense()` | - [ ] | - [ ] | P3 | |
117117
| `is_complex()` | 🚧 | 🚧 | P2 | 是否复数类型 |
118118
| `is_floating_point()` | 🚧 | 🚧 | P2 | 是否浮点类型 |
@@ -182,10 +182,10 @@
182182

183183
| torch API | paddle API 兼容性 | 测试用例状态 | 优先级 | 备注 |
184184
|------------------------------|------------------|------------|-------|------|
185-
| `is_same(other)` | - [ ] | - [ ] | P2 | 是否同一张量 |
186-
| `use_count()` | - [ ] | - [ ] | P3 | 引用计数 |
187-
| `weak_use_count()` | - [ ] | - [ ] | P3 | 弱引用计数 |
188-
| `reset()` | 🚧 | 🚧 | P2 | 重置张量 |
185+
| `is_same(other)` | 🚧 | 🚧 | P2 | 是否同一张量 |
186+
| `use_count()` | 🚧 | 🚧 | P3 | 引用计数 |
187+
| `weak_use_count()` | 🚧 | 🚧 | P3 | 弱引用计数 |
188+
| `reset()` | | 🚧 | P2 | 重置张量 |
189189
| `_is_zerotensor()` | - [ ] | - [ ] | P3 | |
190190
| `_set_zero(zero)` | - [ ] | - [ ] | P3 | |
191191
| `is_conj()` | - [ ] | - [ ] | P3 | 共轭标记 |
@@ -254,7 +254,7 @@
254254

255255
| torch API | paddle API 兼容性 | 测试用例状态 | 优先级 | 备注 |
256256
|------------------------------|------------------|------------|-------|------|
257-
| `toString()` | - [ ] | - [ ] | P3 | |
257+
| `toString()` | 🚧 | 🚧 | P3 | |
258258
| `print()` | - [ ] | - [ ] | P3 | |
259259
| `name()` | - [ ] | - [ ] | P3 | |
260260
| `quantizer()` | - [ ] | - [ ] | P3 | 量化器 |

0 commit comments

Comments
 (0)