We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396e996 commit b058c53Copy full SHA for b058c53
doc/tensor_base.md
@@ -117,8 +117,8 @@
117
| `is_complex()` | 🚧 | 🚧 | P2 | 是否复数类型 |
118
| `is_floating_point()` | 🚧 | 🚧 | P2 | 是否浮点类型 |
119
| `is_signed()` | 🚧 | 🚧 | P2 | 是否有符号类型 |
120
-| `is_sparse()` | - [ ] | - [ ] | P3 | 是否稀疏张量 |
121
-| `is_sparse_csr()` | - [ ] | - [ ] | P3 | 是否 CSR 稀疏张量 |
+| `is_sparse()` | 🚧 | 🚧 | P3 | 是否稀疏张量 |
+| `is_sparse_csr()` | 🚧 | 🚧 | P3 | 是否 CSR 稀疏张量 |
122
| `is_mkldnn()` | - [ ] | - [ ] | P3 | 是否 MKLDNN 张量 |
123
| `is_mps()` | - [ ] | - [ ] | P3 | 是否 MPS 张量 |
124
| `is_vulkan()` | - [ ] | - [ ] | P3 | 是否 Vulkan 张量 |
0 commit comments