torch.Tensor.is_coalesced¶
- Tensor.is_coalesced() bool¶
Returns
Trueifselfis a sparse COO tensor that is coalesced,Falseotherwise.Warning
Throws an error if
selfis not a sparse COO tensor.See
coalesce()and uncoalesced tensors.
Returns True if self is a sparse COO tensor that is coalesced, False otherwise.
Warning
Throws an error if self is not a sparse COO tensor.
See coalesce() and uncoalesced tensors.