torch.Tensor.sparse_dim¶
- 
Tensor.sparse_dim() → int¶ Return the number of sparse dimensions in a sparse tensor
self.Warning
Throws an error if
selfis not a sparse tensor.See also
Tensor.dense_dim()and hybrid tensors.
Tensor.sparse_dim() → int¶Return the number of sparse dimensions in a sparse tensor self.
Warning
Throws an error if self is not a sparse tensor.
See also Tensor.dense_dim() and hybrid tensors.