Skip to content

Commit 48cb3ca

Browse files
committed
update doc
1 parent 732969d commit 48cb3ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tensor_base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
| `sym_is_contiguous()` | - [ ] | - [ ] | P3 | 符号化连续性检查 |
115115
| `is_contiguous_or_false()` | - [ ] | - [ ] | P3 | |
116116
| `is_non_overlapping_and_dense()` | - [ ] | - [ ] | P3 | |
117-
| `is_complex()` | - [ ] | - [ ] | P2 | 是否复数类型 |
118-
| `is_floating_point()` | - [ ] | - [ ] | P2 | 是否浮点类型 |
119-
| `is_signed()` | - [ ] | - [ ] | P2 | 是否有符号类型 |
117+
| `is_complex()` | 🚧 | 🚧 | P2 | 是否复数类型 |
118+
| `is_floating_point()` | 🚧 | 🚧 | P2 | 是否浮点类型 |
119+
| `is_signed()` | 🚧 | 🚧 | P2 | 是否有符号类型 |
120120
| `is_sparse()` | - [ ] | - [ ] | P3 | 是否稀疏张量 |
121121
| `is_sparse_csr()` | - [ ] | - [ ] | P3 | 是否 CSR 稀疏张量 |
122122
| `is_mkldnn()` | - [ ] | - [ ] | P3 | 是否 MKLDNN 张量 |

0 commit comments

Comments
 (0)