Skip to content

Commit b058c53

Browse files
committed
update
1 parent 396e996 commit b058c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tensor_base.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
| `is_complex()` | 🚧 | 🚧 | P2 | 是否复数类型 |
118118
| `is_floating_point()` | 🚧 | 🚧 | P2 | 是否浮点类型 |
119119
| `is_signed()` | 🚧 | 🚧 | P2 | 是否有符号类型 |
120-
| `is_sparse()` | - [ ] | - [ ] | P3 | 是否稀疏张量 |
121-
| `is_sparse_csr()` | - [ ] | - [ ] | P3 | 是否 CSR 稀疏张量 |
120+
| `is_sparse()` | 🚧 | 🚧 | P3 | 是否稀疏张量 |
121+
| `is_sparse_csr()` | 🚧 | 🚧 | P3 | 是否 CSR 稀疏张量 |
122122
| `is_mkldnn()` | - [ ] | - [ ] | P3 | 是否 MKLDNN 张量 |
123123
| `is_mps()` | - [ ] | - [ ] | P3 | 是否 MPS 张量 |
124124
| `is_vulkan()` | - [ ] | - [ ] | P3 | 是否 Vulkan 张量 |

0 commit comments

Comments
 (0)