Wait ==== Waits on a future. **Abstract Signature:** ``Wait(future)`` .. raw:: html

PyTorch

API: torch.wait
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Macro '{future}.block_until_ready() if hasattr({future}, 'block_until_ready') else None'

NumPy

API:
Strategy: Macro 'None'

Keras

API:
Strategy: Macro 'None'

TensorFlow

API:
Strategy: Macro 'None'

Apple MLX

API: mlx.core.eval
Strategy: Direct Mapping

Flax NNX

API:
Strategy: Macro '{future}.block_until_ready() if hasattr({future}, 'block_until_ready') else None'

PaxML / Praxis

API:
Strategy: Macro '{future}.block_until_ready() if hasattr({future}, 'block_until_ready') else None'