torch.Tensor.is_coalesced¶
-
Tensor.
is_coalesced
() → bool¶ Returns
True
ifself
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.
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.