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.
Tensor.is_coalesced() → bool 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.
© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.Tensor.is_coalesced.html