UniqueΒΆ
Returns the unique elements of the input tensor.
Abstract Signature:
Unique(x: Tensor, sorted: bool = True, return_inverse: bool = False, return_counts: bool = False, axis: int)
Keras
API:
βStrategy: Custom / Partial
Returns the unique elements of the input tensor.
Abstract Signature:
Unique(x: Tensor, sorted: bool = True, return_inverse: bool = False, return_counts: bool = False, axis: int)
β