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

PyTorch

API: torch.topk
Strategy: Direct Mapping

JAX (Core)

API: jax.lax.top_k
Strategy: Direct Mapping

Keras

API: keras.ops.top_k
Strategy: Direct Mapping

TensorFlow

API: tf.math.top_k
Strategy: Direct Mapping

Apple MLX

API: mlx.core.topk
Strategy: Direct Mapping