UniqueConsecutive ================= Eliminates all but the first element from every consecutive group of equivalent elements. **Abstract Signature:** ``UniqueConsecutive(x: Tensor, return_inverse: bool = False, return_counts: bool = False, axis: int)`` .. raw:: html
——————