Sparse format enum Returns ------- int
(self)
| 229 | |
| 230 | @property |
| 231 | def format(self): |
| 232 | """Sparse format enum |
| 233 | |
| 234 | Returns |
| 235 | ------- |
| 236 | int |
| 237 | """ |
| 238 | return _CAPI_DGLSparseMatrixGetFormat(self) |
| 239 | |
| 240 | @property |
| 241 | def num_rows(self): |
no outgoing calls