torch.Tensor.dense_dim¶
- Tensor.dense_dim() int ¶
Return the number of dense dimensions in a sparse tensor
self
.Note
Returns
len(self.shape)
ifself
is not a sparse tensor.See also
Tensor.sparse_dim()
and hybrid tensors.
Return the number of dense dimensions in a sparse tensor self
.
Note
Returns len(self.shape)
if self
is not a sparse tensor.
See also Tensor.sparse_dim()
and hybrid tensors.