We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732969d commit 48cb3caCopy full SHA for 48cb3ca
doc/tensor_base.md
@@ -114,9 +114,9 @@
114
| `sym_is_contiguous()` | - [ ] | - [ ] | P3 | 符号化连续性检查 |
115
| `is_contiguous_or_false()` | - [ ] | - [ ] | P3 | |
116
| `is_non_overlapping_and_dense()` | - [ ] | - [ ] | P3 | |
117
-| `is_complex()` | - [ ] | - [ ] | P2 | 是否复数类型 |
118
-| `is_floating_point()` | - [ ] | - [ ] | P2 | 是否浮点类型 |
119
-| `is_signed()` | - [ ] | - [ ] | P2 | 是否有符号类型 |
+| `is_complex()` | 🚧 | 🚧 | P2 | 是否复数类型 |
+| `is_floating_point()` | 🚧 | 🚧 | P2 | 是否浮点类型 |
+| `is_signed()` | 🚧 | 🚧 | P2 | 是否有符号类型 |
120
| `is_sparse()` | - [ ] | - [ ] | P3 | 是否稀疏张量 |
121
| `is_sparse_csr()` | - [ ] | - [ ] | P3 | 是否 CSR 稀疏张量 |
122
| `is_mkldnn()` | - [ ] | - [ ] | P3 | 是否 MKLDNN 张量 |
0 commit comments