Rate this Page

torch.Tensor.unique_consecutive#

Tensor.unique_consecutive(return_inverse=False,return_counts=False,dim=None)[source]#

Eliminates all but the first element from every consecutive group of equivalent elements.

Seetorch.unique_consecutive()