pytorch / 2 / generated / torch.tensor.dense_dim.html

torch.Tensor.dense_dim

Tensor.dense_dim() → int

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.

© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.Tensor.dense_dim.html