Skip to content

Commit 02c8d44

Browse files
committed
update
1 parent 49f5c84 commit 02c8d44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/tensor_base.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
| `mutable_data_ptr()` ||| P0 | 返回可变 `void*` |
3636
| `mutable_data_ptr<T>()` ||| P0 | 返回可变类型化指针 |
3737
| `accessor<T, N>()` ||| P1 | TensorAccessor |
38-
| `generic_packed_accessor<T, N>()` | - [ ] | - [ ] | P2 | CUDA PackedTensorAccessor |
39-
| `packed_accessor32<T, N>()` | - [ ] | - [ ] | P2 | 32位索引 PackedAccessor |
40-
| `packed_accessor64<T, N>()` | - [ ] | - [ ] | P2 | 64位索引 PackedAccessor |
38+
| `generic_packed_accessor<T, N>()` | 🚧 | 🚧 | P2 | CUDA PackedTensorAccessor |
39+
| `packed_accessor32<T, N>()` | 🚧 | 🚧 | P2 | 32位索引 PackedAccessor |
40+
| `packed_accessor64<T, N>()` | 🚧 | 🚧 | P2 | 64位索引 PackedAccessor |
4141

4242
---
4343

@@ -113,7 +113,7 @@
113113
| `is_contiguous()` ||| P0 | 连续性检查 |
114114
| `sym_is_contiguous()` | - [ ] | - [ ] | P3 | 符号化连续性检查 |
115115
| `is_contiguous_or_false()` | 🚧 | 🚧 | P3 | |
116-
| `is_non_overlapping_and_dense()` | - [ ] | - [ ] | P3 | |
116+
| `is_non_overlapping_and_dense()` | 🚧 | 🚧 | P3 | |
117117
| `is_complex()` | 🚧 | 🚧 | P2 | 是否复数类型 |
118118
| `is_floating_point()` | 🚧 | 🚧 | P2 | 是否浮点类型 |
119119
| `is_signed()` | 🚧 | 🚧 | P2 | 是否有符号类型 |
@@ -210,7 +210,7 @@
210210

211211
| torch API | paddle API 兼容性 | 测试用例状态 | 优先级 | 备注 |
212212
|------------------------------|------------------|------------|-------|------|
213-
| `has_names()` | - [ ] | - [ ] | P3 | |
213+
| `has_names()` | 🚧 | 🚧 | P3 | |
214214
| `opt_names()` | - [ ] | - [ ] | P3 | |
215215
| `names()` | - [ ] | - [ ] | P3 | |
216216
| `get_named_tensor_meta()` | - [ ] | - [ ] | P3 | |
@@ -255,7 +255,7 @@
255255
| torch API | paddle API 兼容性 | 测试用例状态 | 优先级 | 备注 |
256256
|------------------------------|------------------|------------|-------|------|
257257
| `toString()` | 🚧 | 🚧 | P3 | |
258-
| `print()` | - [ ] | - [ ] | P3 | |
258+
| `print()` | 🚧 | 🚧 | P3 | |
259259
| `name()` | - [ ] | - [ ] | P3 | |
260260
| `quantizer()` | - [ ] | - [ ] | P3 | 量化器 |
261261

0 commit comments

Comments
 (0)