TopKValuesΒΆ
Returns the k largest elements from the input (Values only).
Abstract Signature:
TopKValues(x: Tensor, k: int, axis: int = -1)
Returns the k largest elements from the input (Values only).
Abstract Signature:
TopKValues(x: Tensor, k: int, axis: int = -1)